Shades of Clear Day #DEFEF6
Tints of Clear Day #DEFEF6
RGB
CMYK
RGB Variations
Color information
#DEFEF6 (or 0xDEFEF6) is known color: Clear Day. HEX triplet: DE, FE and F6. RGB value is (222,254,246). Sum of RGB (Red+Green+Blue) = 222+254+246=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEF6 is #210109. Grayscale: #F3F3F3. Windows color (decimal): -2162954 or 16187102. OLE color: 16187102.
HSL color Cylindrical-coordinate representation of color #DEFEF6: hue angle of 165º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEF6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 246 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.00 |
| HSL | 165º | 0.94% | 0.93% | - |
| HSV(B) | 165º | 0.13% | 1% | - |
| XYZ | 82.2 | 93.07 | 100.82 | - |
| YUV | 243.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 246 | 0.13 | 0 | 0.03 | 0.00 | 165 | 0.94 | 0.93 |
| Hex | DE | FE | F6 | D | 0 | 3 | 0 | A5 | 5E | 5D |
| Octal | 336 | 376 | 366 | 15 | 0 | 3 | 0 | 245 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11110110 | 1101 | 0 | 11 | 0 | 10100101 | 1011110 | 1011101 |
Color Harmonies of #DEFEF6
Complementary color
Monochromatic Colors of #DEFEF6
Black with #DEFEF6
Text Example
Text Example
White with #DEFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEF6; }
p { color: rgb(222,254,246); }
H1.HeaderClassName
{
color: #DEFEF6;
}
.AnyTagClassName
{
color: #DEFEF6;
}
</style>
background-color css
<style>
a { background-color: #DEFEF6; }
a { background-color: rgb(222,254,246); }
div.DivClassName
{
background-color: #DEFEF6;
}
.BgClassName
{
background-color: #DEFEF6;
}
</style>
border-color css
<style>
span { border-color: #DEFEF6; }
span { border-color: rgb(222,254,246); }
td.TdClassName
{
border-color: #DEFEF6;
}
.TagClassName
{
border-color: #DEFEF6;
}
</style>