Shades of Clear Day #DBFCF0
Tints of Clear Day #DBFCF0
RGB
CMYK
RGB Variations
Color information
#DBFCF0 (or 0xDBFCF0) is known color: Clear Day. HEX triplet: DB, FC and F0. RGB value is (219,252,240). Sum of RGB (Red+Green+Blue) = 219+252+240=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF0 is #24030F. Grayscale: #F0F0F0. Windows color (decimal): -2360080 or 15793371. OLE color: 15793371.
HSL color Cylindrical-coordinate representation of color #DBFCF0: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCF0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 240 | - |
CMYK | 0.13 | 0 | 0.05 | 0.01 |
HSL | 158.18º | 0.85% | 0.92% | - |
HSV(B) | 158.18º | 0.13% | 0.99% | - |
XYZ | 79.75 | 90.97 | 95.79 | - |
YUV | 240.77 | 127.57 | 112.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 240 | 0.13 | 0 | 0.05 | 0.01 | 158.18 | 0.85 | 0.92 |
Hex | DB | FC | F0 | D | 0 | 5 | 1 | 9E | 55 | 5C |
Octal | 333 | 374 | 360 | 15 | 0 | 5 | 1 | 236 | 125 | 134 |
Binary | 11011011 | 11111100 | 11110000 | 1101 | 0 | 101 | 1 | 10011110 | 1010101 | 1011100 |
Color Harmonies of #DBFCF0
Complementary color
Monochromatic Colors of #DBFCF0
Black with #DBFCF0
Text Example
Text Example
White with #DBFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCF0; }
p { color: rgb(219,252,240); }
H1.HeaderClassName
{
color: #DBFCF0;
}
.AnyTagClassName
{
color: #DBFCF0;
}
</style>
background-color css
<style>
a { background-color: #DBFCF0; }
a { background-color: rgb(219,252,240); }
div.DivClassName
{
background-color: #DBFCF0;
}
.BgClassName
{
background-color: #DBFCF0;
}
</style>
border-color css
<style>
span { border-color: #DBFCF0; }
span { border-color: rgb(219,252,240); }
td.TdClassName
{
border-color: #DBFCF0;
}
.TagClassName
{
border-color: #DBFCF0;
}
</style>