Shades of Clear Day #DBF0EA
Tints of Clear Day #DBF0EA
RGB
CMYK
RGB Variations
Color information
#DBF0EA (or 0xDBF0EA) is known color: Clear Day. HEX triplet: DB, F0 and EA. RGB value is (219,240,234). Sum of RGB (Red+Green+Blue) = 219+240+234=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0EA is #240F15. Grayscale: #E9E9E9. Windows color (decimal): -2363158 or 15397083. OLE color: 15397083.
HSL color Cylindrical-coordinate representation of color #DBF0EA: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0EA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 234 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.06 |
| HSL | 162.86º | 0.41% | 0.9% | - |
| HSV(B) | 162.86º | 0.09% | 0.94% | - |
| XYZ | 75.22 | 83.32 | 89.96 | - |
| YUV | 233.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 234 | 0.09 | 0 | 0.02 | 0.06 | 162.86 | 0.41 | 0.9 |
| Hex | DB | F0 | EA | 9 | 0 | 2 | 6 | A3 | 29 | 5A |
| Octal | 333 | 360 | 352 | 11 | 0 | 2 | 6 | 243 | 51 | 132 |
| Binary | 11011011 | 11110000 | 11101010 | 1001 | 0 | 10 | 110 | 10100011 | 101001 | 1011010 |
Color Harmonies of #DBF0EA
Complementary color
Monochromatic Colors of #DBF0EA
Black with #DBF0EA
Text Example
Text Example
White with #DBF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0EA; }
p { color: rgb(219,240,234); }
H1.HeaderClassName
{
color: #DBF0EA;
}
.AnyTagClassName
{
color: #DBF0EA;
}
</style>
background-color css
<style>
a { background-color: #DBF0EA; }
a { background-color: rgb(219,240,234); }
div.DivClassName
{
background-color: #DBF0EA;
}
.BgClassName
{
background-color: #DBF0EA;
}
</style>
border-color css
<style>
span { border-color: #DBF0EA; }
span { border-color: rgb(219,240,234); }
td.TdClassName
{
border-color: #DBF0EA;
}
.TagClassName
{
border-color: #DBF0EA;
}
</style>