Shades of Clear Day #DEF9F2
Tints of Clear Day #DEF9F2
RGB
CMYK
RGB Variations
Color information
#DEF9F2 (or 0xDEF9F2) is known color: Clear Day. HEX triplet: DE, F9 and F2. RGB value is (222,249,242). Sum of RGB (Red+Green+Blue) = 222+249+242=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9F2 is #21060D. Grayscale: #F0F0F0. Windows color (decimal): -2164238 or 15923678. OLE color: 15923678.
HSL color Cylindrical-coordinate representation of color #DEF9F2: hue angle of 164.44º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF9F2 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 242 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.02 |
| HSL | 164.44º | 0.69% | 0.92% | - |
| HSV(B) | 164.44º | 0.11% | 0.98% | - |
| XYZ | 80.03 | 89.69 | 97.1 | - |
| YUV | 240.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 242 | 0.11 | 0 | 0.03 | 0.02 | 164.44 | 0.69 | 0.92 |
| Hex | DE | F9 | F2 | B | 0 | 3 | 2 | A4 | 45 | 5C |
| Octal | 336 | 371 | 362 | 13 | 0 | 3 | 2 | 244 | 105 | 134 |
| Binary | 11011110 | 11111001 | 11110010 | 1011 | 0 | 11 | 10 | 10100100 | 1000101 | 1011100 |
Color Harmonies of #DEF9F2
Complementary color
Monochromatic Colors of #DEF9F2
Black with #DEF9F2
Text Example
Text Example
White with #DEF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF9F2; }
p { color: rgb(222,249,242); }
H1.HeaderClassName
{
color: #DEF9F2;
}
.AnyTagClassName
{
color: #DEF9F2;
}
</style>
background-color css
<style>
a { background-color: #DEF9F2; }
a { background-color: rgb(222,249,242); }
div.DivClassName
{
background-color: #DEF9F2;
}
.BgClassName
{
background-color: #DEF9F2;
}
</style>
border-color css
<style>
span { border-color: #DEF9F2; }
span { border-color: rgb(222,249,242); }
td.TdClassName
{
border-color: #DEF9F2;
}
.TagClassName
{
border-color: #DEF9F2;
}
</style>