Shades of Clear Day #DEF8F1
Tints of Clear Day #DEF8F1
RGB
CMYK
RGB Variations
Color information
#DEF8F1 (or 0xDEF8F1) is known color: Clear Day. HEX triplet: DE, F8 and F1. RGB value is (222,248,241). Sum of RGB (Red+Green+Blue) = 222+248+241=711 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.22% from 711); Green value is 248 (97.27% from 255 or 34.88% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F1 is #21070E. Grayscale: #EFEFEF. Windows color (decimal): -2164495 or 15857886. OLE color: 15857886.
HSL color Cylindrical-coordinate representation of color #DEF8F1: hue angle of 163.85º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8F1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 241 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.03 |
| HSL | 163.85º | 0.65% | 0.92% | - |
| HSV(B) | 163.85º | 0.1% | 0.97% | - |
| XYZ | 79.57 | 89.02 | 96.21 | - |
| YUV | 239.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 241 | 0.10 | 0 | 0.03 | 0.03 | 163.85 | 0.65 | 0.92 |
| Hex | DE | F8 | F1 | A | 0 | 3 | 3 | A4 | 41 | 5C |
| Octal | 336 | 370 | 361 | 12 | 0 | 3 | 3 | 244 | 101 | 134 |
| Binary | 11011110 | 11111000 | 11110001 | 1010 | 0 | 11 | 11 | 10100100 | 1000001 | 1011100 |
Color Harmonies of #DEF8F1
Complementary color
Monochromatic Colors of #DEF8F1
Black with #DEF8F1
Text Example
Text Example
White with #DEF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8F1; }
p { color: rgb(222,248,241); }
H1.HeaderClassName
{
color: #DEF8F1;
}
.AnyTagClassName
{
color: #DEF8F1;
}
</style>
background-color css
<style>
a { background-color: #DEF8F1; }
a { background-color: rgb(222,248,241); }
div.DivClassName
{
background-color: #DEF8F1;
}
.BgClassName
{
background-color: #DEF8F1;
}
</style>
border-color css
<style>
span { border-color: #DEF8F1; }
span { border-color: rgb(222,248,241); }
td.TdClassName
{
border-color: #DEF8F1;
}
.TagClassName
{
border-color: #DEF8F1;
}
</style>