Shades of Clear Day #DEFDF1
Tints of Clear Day #DEFDF1
RGB
CMYK
RGB Variations
Color information
#DEFDF1 (or 0xDEFDF1) is known color: Clear Day. HEX triplet: DE, FD and F1. RGB value is (222,253,241). Sum of RGB (Red+Green+Blue) = 222+253+241=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF1 is #21020E. Grayscale: #F2F2F2. Windows color (decimal): -2163215 or 15859166. OLE color: 15859166.
HSL color Cylindrical-coordinate representation of color #DEFDF1: hue angle of 156.77º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDF1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 241 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.01 |
| HSL | 156.77º | 0.89% | 0.93% | - |
| HSV(B) | 156.77º | 0.12% | 0.99% | - |
| XYZ | 81.13 | 92.13 | 96.73 | - |
| YUV | 242.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 241 | 0.12 | 0 | 0.05 | 0.01 | 156.77 | 0.89 | 0.93 |
| Hex | DE | FD | F1 | C | 0 | 5 | 1 | 9D | 59 | 5D |
| Octal | 336 | 375 | 361 | 14 | 0 | 5 | 1 | 235 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11110001 | 1100 | 0 | 101 | 1 | 10011101 | 1011001 | 1011101 |
Color Harmonies of #DEFDF1
Complementary color
Monochromatic Colors of #DEFDF1
Black with #DEFDF1
Text Example
Text Example
White with #DEFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDF1; }
p { color: rgb(222,253,241); }
H1.HeaderClassName
{
color: #DEFDF1;
}
.AnyTagClassName
{
color: #DEFDF1;
}
</style>
background-color css
<style>
a { background-color: #DEFDF1; }
a { background-color: rgb(222,253,241); }
div.DivClassName
{
background-color: #DEFDF1;
}
.BgClassName
{
background-color: #DEFDF1;
}
</style>
border-color css
<style>
span { border-color: #DEFDF1; }
span { border-color: rgb(222,253,241); }
td.TdClassName
{
border-color: #DEFDF1;
}
.TagClassName
{
border-color: #DEFDF1;
}
</style>