Shades of Clear Day #DEFBF4
Tints of Clear Day #DEFBF4
RGB
CMYK
RGB Variations
Color information
#DEFBF4 (or 0xDEFBF4) is known color: Clear Day. HEX triplet: DE, FB and F4. RGB value is (222,251,244). Sum of RGB (Red+Green+Blue) = 222+251+244=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF4 is #21040B. Grayscale: #F1F1F1. Windows color (decimal): -2163724 or 16055262. OLE color: 16055262.
HSL color Cylindrical-coordinate representation of color #DEFBF4: hue angle of 165.52º 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 #DEFBF4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 244 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.02 |
| HSL | 165.52º | 0.78% | 0.93% | - |
| HSV(B) | 165.52º | 0.12% | 0.98% | - |
| XYZ | 80.95 | 91.06 | 98.9 | - |
| YUV | 241.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 244 | 0.12 | 0 | 0.03 | 0.02 | 165.52 | 0.78 | 0.93 |
| Hex | DE | FB | F4 | C | 0 | 3 | 2 | A6 | 4E | 5D |
| Octal | 336 | 373 | 364 | 14 | 0 | 3 | 2 | 246 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11110100 | 1100 | 0 | 11 | 10 | 10100110 | 1001110 | 1011101 |
Color Harmonies of #DEFBF4
Complementary color
Monochromatic Colors of #DEFBF4
Black with #DEFBF4
Text Example
Text Example
White with #DEFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBF4; }
p { color: rgb(222,251,244); }
H1.HeaderClassName
{
color: #DEFBF4;
}
.AnyTagClassName
{
color: #DEFBF4;
}
</style>
background-color css
<style>
a { background-color: #DEFBF4; }
a { background-color: rgb(222,251,244); }
div.DivClassName
{
background-color: #DEFBF4;
}
.BgClassName
{
background-color: #DEFBF4;
}
</style>
border-color css
<style>
span { border-color: #DEFBF4; }
span { border-color: rgb(222,251,244); }
td.TdClassName
{
border-color: #DEFBF4;
}
.TagClassName
{
border-color: #DEFBF4;
}
</style>