Shades of Clear Day #DBEEE8
Tints of Clear Day #DBEEE8
RGB
CMYK
RGB Variations
Color information
#DBEEE8 (or 0xDBEEE8) is known color: Clear Day. HEX triplet: DB, EE and E8. RGB value is (219,238,232). Sum of RGB (Red+Green+Blue) = 219+238+232=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEE8 is #241117. Grayscale: #E7E7E7. Windows color (decimal): -2363672 or 15265499. OLE color: 15265499.
HSL color Cylindrical-coordinate representation of color #DBEEE8: hue angle of 161.05º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEE8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 232 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 161.05º | 0.36% | 0.9% | - |
HSV(B) | 161.05º | 0.08% | 0.93% | - |
XYZ | 74.35 | 82.04 | 88.26 | - |
YUV | 231.64 | 128.21 | 118.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 232 | 0.08 | 0 | 0.03 | 0.07 | 161.05 | 0.36 | 0.9 |
Hex | DB | EE | E8 | 8 | 0 | 3 | 7 | A1 | 24 | 5A |
Octal | 333 | 356 | 350 | 10 | 0 | 3 | 7 | 241 | 44 | 132 |
Binary | 11011011 | 11101110 | 11101000 | 1000 | 0 | 11 | 111 | 10100001 | 100100 | 1011010 |
Color Harmonies of #DBEEE8
Complementary color
Monochromatic Colors of #DBEEE8
Black with #DBEEE8
Text Example
Text Example
White with #DBEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEE8; }
p { color: rgb(219,238,232); }
H1.HeaderClassName
{
color: #DBEEE8;
}
.AnyTagClassName
{
color: #DBEEE8;
}
</style>
background-color css
<style>
a { background-color: #DBEEE8; }
a { background-color: rgb(219,238,232); }
div.DivClassName
{
background-color: #DBEEE8;
}
.BgClassName
{
background-color: #DBEEE8;
}
</style>
border-color css
<style>
span { border-color: #DBEEE8; }
span { border-color: rgb(219,238,232); }
td.TdClassName
{
border-color: #DBEEE8;
}
.TagClassName
{
border-color: #DBEEE8;
}
</style>