Color spaces of #dbebdf
RGB | 219 | 235 | 223 |
---|---|---|---|
HSL | 0.38 | 0.29 | 0.89 |
HSV | 135° | 7° | 92° |
CMYK | 0.07 | 0.00 | 0.05 0.08 |
XYZ | 72.2410 | 79.8044 | 81.4083 |
Yxy | 79.8044 | 0.3094 | 0.3418 |
Hunter Lab | 89.3333 | -11.9860 | 8.5031 |
CIE-Lab | 91.5970 | -7.4789 | 3.9886 |
#dbebdf color RGB value is (219,235,223).
#dbebdf hex color red value is 219, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbebdf hue: 0.38 , saturation: 0.29 and the lightness value of dbebdf is 0.89.
The process color (four color CMYK) of #dbebdf color hex is 0.07, 0.00, 0.05, 0.08. Web safe color of #dbebdf is #ccffcc. Color #dbebdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101011 | 11011111 |
Octal | 333 | 353 | 337 |
Decimal | 219 | 235 | 223 |
Hex | DB | EB | DF |
Shades of #dbebdf
Tints of #dbebdf
RGB Percentages of Color #dbebdf
CMYK Percentages of Color #dbebdf
Complementary Color
#dbebdf | #ebdbe7 |
#dbebdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbebdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbebdf Color CSS Codes
.mybgcolor {background-color:#dbebdf; } .myforecolor {color:#dbebdf; } .mybordercolor {border:3px solid #dbebdf; }
#dbebdf Text Font Color
<p style="color:#dbebdf">Text here</p>
This sample text font color is #dbebdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dbebdf Background Color
<div style="background-color:#dbebdf">
Div content here</div>
This div background color is #dbebdf
#dbebdf Border Color
<div style="border:3px solid #dbebdf">
Div here</div>
This div border color is #dbebdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,235,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbebdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbebdf; -webkit-box-shadow: 1px 1px 3px 2px #dbebdf; box-shadow: 1px 1px 3px 2px #dbebdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,235,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbebdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbebdf; -webkit-box-shadow: 1px 1px 3px 2px #dbebdf; box-shadow: 1px 1px 3px 2px #dbebdf;">
Div content here</div>
This div box has shadow with color #dbebdf
Comments
No comments written yet.
Please login to write comment.