Shades of Clear Day #DBFCEE
Tints of Clear Day #DBFCEE
RGB
CMYK
RGB Variations
Color information
#DBFCEE (or 0xDBFCEE) is known color: Clear Day. HEX triplet: DB, FC and EE. RGB value is (219,252,238). Sum of RGB (Red+Green+Blue) = 219+252+238=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCEE is #240311. Grayscale: #F0F0F0. Windows color (decimal): -2360082 or 15662299. OLE color: 15662299.
HSL color Cylindrical-coordinate representation of color #DBFCEE: hue angle of 154.55º 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 #DBFCEE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 238 | - |
CMYK | 0.13 | 0 | 0.06 | 0.01 |
HSL | 154.55º | 0.85% | 0.92% | - |
HSV(B) | 154.55º | 0.13% | 0.99% | - |
XYZ | 79.46 | 90.85 | 94.24 | - |
YUV | 240.54 | 126.57 | 112.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 238 | 0.13 | 0 | 0.06 | 0.01 | 154.55 | 0.85 | 0.92 |
Hex | DB | FC | EE | D | 0 | 6 | 1 | 9B | 55 | 5C |
Octal | 333 | 374 | 356 | 15 | 0 | 6 | 1 | 233 | 125 | 134 |
Binary | 11011011 | 11111100 | 11101110 | 1101 | 0 | 110 | 1 | 10011011 | 1010101 | 1011100 |
Color Harmonies of #DBFCEE
Complementary color
Monochromatic Colors of #DBFCEE
Black with #DBFCEE
Text Example
Text Example
White with #DBFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCEE; }
p { color: rgb(219,252,238); }
H1.HeaderClassName
{
color: #DBFCEE;
}
.AnyTagClassName
{
color: #DBFCEE;
}
</style>
background-color css
<style>
a { background-color: #DBFCEE; }
a { background-color: rgb(219,252,238); }
div.DivClassName
{
background-color: #DBFCEE;
}
.BgClassName
{
background-color: #DBFCEE;
}
</style>
border-color css
<style>
span { border-color: #DBFCEE; }
span { border-color: rgb(219,252,238); }
td.TdClassName
{
border-color: #DBFCEE;
}
.TagClassName
{
border-color: #DBFCEE;
}
</style>