Shades of Clear Day #DEFBEE
Tints of Clear Day #DEFBEE
RGB
CMYK
RGB Variations
Color information
#DEFBEE (or 0xDEFBEE) is known color: Clear Day. HEX triplet: DE, FB and EE. RGB value is (222,251,238). Sum of RGB (Red+Green+Blue) = 222+251+238=711 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.22% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBEE is #210411. Grayscale: #F0F0F0. Windows color (decimal): -2163730 or 15662046. OLE color: 15662046.
HSL color Cylindrical-coordinate representation of color #DEFBEE: hue angle of 153.1º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 238 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 153.1º | 0.78% | 0.93% | - |
| HSV(B) | 153.1º | 0.12% | 0.98% | - |
| XYZ | 80.05 | 90.7 | 94.18 | - |
| YUV | 240.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 238 | 0.12 | 0 | 0.05 | 0.02 | 153.1 | 0.78 | 0.93 |
| Hex | DE | FB | EE | C | 0 | 5 | 2 | 99 | 4E | 5D |
| Octal | 336 | 373 | 356 | 14 | 0 | 5 | 2 | 231 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11101110 | 1100 | 0 | 101 | 10 | 10011001 | 1001110 | 1011101 |
Color Harmonies of #DEFBEE
Complementary color
Monochromatic Colors of #DEFBEE
Black with #DEFBEE
Text Example
Text Example
White with #DEFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBEE; }
p { color: rgb(222,251,238); }
H1.HeaderClassName
{
color: #DEFBEE;
}
.AnyTagClassName
{
color: #DEFBEE;
}
</style>
background-color css
<style>
a { background-color: #DEFBEE; }
a { background-color: rgb(222,251,238); }
div.DivClassName
{
background-color: #DEFBEE;
}
.BgClassName
{
background-color: #DEFBEE;
}
</style>
border-color css
<style>
span { border-color: #DEFBEE; }
span { border-color: rgb(222,251,238); }
td.TdClassName
{
border-color: #DEFBEE;
}
.TagClassName
{
border-color: #DEFBEE;
}
</style>