Shades of Clear Day #DBF1EA
Tints of Clear Day #DBF1EA
RGB
CMYK
RGB Variations
Color information
#DBF1EA (or 0xDBF1EA) is known color: Clear Day. HEX triplet: DB, F1 and EA. RGB value is (219,241,234). Sum of RGB (Red+Green+Blue) = 219+241+234=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1EA is #240E15. Grayscale: #E9E9E9. Windows color (decimal): -2362902 or 15397339. OLE color: 15397339.
HSL color Cylindrical-coordinate representation of color #DBF1EA: hue angle of 160.91º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1EA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 234 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.05 |
| HSL | 160.91º | 0.44% | 0.9% | - |
| HSV(B) | 160.91º | 0.09% | 0.95% | - |
| XYZ | 75.52 | 83.91 | 90.06 | - |
| YUV | 233.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 234 | 0.09 | 0 | 0.03 | 0.05 | 160.91 | 0.44 | 0.9 |
| Hex | DB | F1 | EA | 9 | 0 | 3 | 5 | A1 | 2C | 5A |
| Octal | 333 | 361 | 352 | 11 | 0 | 3 | 5 | 241 | 54 | 132 |
| Binary | 11011011 | 11110001 | 11101010 | 1001 | 0 | 11 | 101 | 10100001 | 101100 | 1011010 |
Color Harmonies of #DBF1EA
Complementary color
Monochromatic Colors of #DBF1EA
Black with #DBF1EA
Text Example
Text Example
White with #DBF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1EA; }
p { color: rgb(219,241,234); }
H1.HeaderClassName
{
color: #DBF1EA;
}
.AnyTagClassName
{
color: #DBF1EA;
}
</style>
background-color css
<style>
a { background-color: #DBF1EA; }
a { background-color: rgb(219,241,234); }
div.DivClassName
{
background-color: #DBF1EA;
}
.BgClassName
{
background-color: #DBF1EA;
}
</style>
border-color css
<style>
span { border-color: #DBF1EA; }
span { border-color: rgb(219,241,234); }
td.TdClassName
{
border-color: #DBF1EA;
}
.TagClassName
{
border-color: #DBF1EA;
}
</style>