Shades of Clear Day #DBEFE9
Tints of Clear Day #DBEFE9
RGB
CMYK
RGB Variations
Color information
#DBEFE9 (or 0xDBEFE9) is known color: Clear Day. HEX triplet: DB, EF and E9. RGB value is (219,239,233). Sum of RGB (Red+Green+Blue) = 219+239+233=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFE9 is #241016. Grayscale: #E8E8E8. Windows color (decimal): -2363415 or 15331291. OLE color: 15331291.
HSL color Cylindrical-coordinate representation of color #DBEFE9: hue angle of 162º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 233 | - |
CMYK | 0.08 | 0 | 0.03 | 0.06 |
HSL | 162º | 0.38% | 0.9% | - |
HSV(B) | 162º | 0.08% | 0.94% | - |
XYZ | 74.79 | 82.68 | 89.11 | - |
YUV | 232.34 | 128.37 | 118.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 233 | 0.08 | 0 | 0.03 | 0.06 | 162 | 0.38 | 0.9 |
Hex | DB | EF | E9 | 8 | 0 | 3 | 6 | A2 | 26 | 5A |
Octal | 333 | 357 | 351 | 10 | 0 | 3 | 6 | 242 | 46 | 132 |
Binary | 11011011 | 11101111 | 11101001 | 1000 | 0 | 11 | 110 | 10100010 | 100110 | 1011010 |
Color Harmonies of #DBEFE9
Complementary color
Monochromatic Colors of #DBEFE9
Black with #DBEFE9
Text Example
Text Example
White with #DBEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFE9; }
p { color: rgb(219,239,233); }
H1.HeaderClassName
{
color: #DBEFE9;
}
.AnyTagClassName
{
color: #DBEFE9;
}
</style>
background-color css
<style>
a { background-color: #DBEFE9; }
a { background-color: rgb(219,239,233); }
div.DivClassName
{
background-color: #DBEFE9;
}
.BgClassName
{
background-color: #DBEFE9;
}
</style>
border-color css
<style>
span { border-color: #DBEFE9; }
span { border-color: rgb(219,239,233); }
td.TdClassName
{
border-color: #DBEFE9;
}
.TagClassName
{
border-color: #DBEFE9;
}
</style>