Color spaces of #dbeedb
RGB | 219 | 238 | 219 |
---|---|---|---|
HSL | 0.33 | 0.36 | 0.90 |
HSV | 120° | 8° | 93° |
CMYK | 0.08 | 0.00 | 0.08 0.07 |
XYZ | 72.5741 | 81.3236 | 78.8898 |
Yxy | 81.3236 | 0.3118 | 0.3493 |
Hunter Lab | 90.1796 | -14.1623 | 11.2584 |
CIE-Lab | 92.2755 | -9.7031 | 7.0499 |
#dbeedb color RGB value is (219,238,219).
#dbeedb hex color red value is 219, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbeedb hue: 0.33 , saturation: 0.36 and the lightness value of dbeedb is 0.90.
The process color (four color CMYK) of #dbeedb color hex is 0.08, 0.00, 0.08, 0.07. Web safe color of #dbeedb is #ccffcc. Color #dbeedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101110 | 11011011 |
Octal | 333 | 356 | 333 |
Decimal | 219 | 238 | 219 |
Hex | DB | EE | DB |
Shades of #dbeedb
Tints of #dbeedb
RGB Percentages of Color #dbeedb
CMYK Percentages of Color #dbeedb
Complementary Color
#dbeedb | #eedbee |
#dbeedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbeedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbeedb Color CSS Codes
.mybgcolor {background-color:#dbeedb; } .myforecolor {color:#dbeedb; } .mybordercolor {border:3px solid #dbeedb; }
#dbeedb Text Font Color
<p style="color:#dbeedb">Text here</p>
This sample text font color is #dbeedb
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.
#dbeedb Background Color
<div style="background-color:#dbeedb">
Div content here</div>
This div background color is #dbeedb
#dbeedb Border Color
<div style="border:3px solid #dbeedb">
Div here</div>
This div border color is #dbeedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,238,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbeedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbeedb; -webkit-box-shadow: 1px 1px 3px 2px #dbeedb; box-shadow: 1px 1px 3px 2px #dbeedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,238,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbeedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbeedb; -webkit-box-shadow: 1px 1px 3px 2px #dbeedb; box-shadow: 1px 1px 3px 2px #dbeedb;">
Div content here</div>
This div box has shadow with color #dbeedb
Comments
No comments written yet.
Please login to write comment.