Shades of Clear Day #DBEEE7
Tints of Clear Day #DBEEE7
RGB
CMYK
RGB Variations
Color information
#DBEEE7 (or 0xDBEEE7) is known color: Clear Day. HEX triplet: DB, EE and E7. RGB value is (219,238,231). Sum of RGB (Red+Green+Blue) = 219+238+231=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEE7 is #241118. Grayscale: #E7E7E7. Windows color (decimal): -2363673 or 15199963. OLE color: 15199963.
HSL color Cylindrical-coordinate representation of color #DBEEE7: hue angle of 157.89º 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 #DBEEE7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 231 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 157.89º | 0.36% | 0.9% | - |
HSV(B) | 157.89º | 0.08% | 0.93% | - |
XYZ | 74.21 | 81.98 | 87.51 | - |
YUV | 231.52 | 127.71 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 231 | 0.08 | 0 | 0.03 | 0.07 | 157.89 | 0.36 | 0.9 |
Hex | DB | EE | E7 | 8 | 0 | 3 | 7 | 9E | 24 | 5A |
Octal | 333 | 356 | 347 | 10 | 0 | 3 | 7 | 236 | 44 | 132 |
Binary | 11011011 | 11101110 | 11100111 | 1000 | 0 | 11 | 111 | 10011110 | 100100 | 1011010 |
Color Harmonies of #DBEEE7
Complementary color
Monochromatic Colors of #DBEEE7
Black with #DBEEE7
Text Example
Text Example
White with #DBEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEE7; }
p { color: rgb(219,238,231); }
H1.HeaderClassName
{
color: #DBEEE7;
}
.AnyTagClassName
{
color: #DBEEE7;
}
</style>
background-color css
<style>
a { background-color: #DBEEE7; }
a { background-color: rgb(219,238,231); }
div.DivClassName
{
background-color: #DBEEE7;
}
.BgClassName
{
background-color: #DBEEE7;
}
</style>
border-color css
<style>
span { border-color: #DBEEE7; }
span { border-color: rgb(219,238,231); }
td.TdClassName
{
border-color: #DBEEE7;
}
.TagClassName
{
border-color: #DBEEE7;
}
</style>