Shades of Clear Day #DEFEEF
Tints of Clear Day #DEFEEF
RGB
CMYK
RGB Variations
Color information
#DEFEEF (or 0xDEFEEF) is known color: Clear Day. HEX triplet: DE, FE and EF. RGB value is (222,254,239). Sum of RGB (Red+Green+Blue) = 222+254+239=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEEF is #210110. Grayscale: #F2F2F2. Windows color (decimal): -2162961 or 15728350. OLE color: 15728350.
HSL color Cylindrical-coordinate representation of color #DEFEEF: hue angle of 151.88º 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 #DEFEEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 239 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.00 |
| HSL | 151.88º | 0.94% | 0.93% | - |
| HSV(B) | 151.88º | 0.13% | 1% | - |
| XYZ | 81.15 | 92.65 | 95.27 | - |
| YUV | 242.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 239 | 0.13 | 0 | 0.06 | 0.00 | 151.88 | 0.94 | 0.93 |
| Hex | DE | FE | EF | D | 0 | 6 | 0 | 98 | 5E | 5D |
| Octal | 336 | 376 | 357 | 15 | 0 | 6 | 0 | 230 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11101111 | 1101 | 0 | 110 | 0 | 10011000 | 1011110 | 1011101 |
Color Harmonies of #DEFEEF
Complementary color
Monochromatic Colors of #DEFEEF
Black with #DEFEEF
Text Example
Text Example
White with #DEFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEEF; }
p { color: rgb(222,254,239); }
H1.HeaderClassName
{
color: #DEFEEF;
}
.AnyTagClassName
{
color: #DEFEEF;
}
</style>
background-color css
<style>
a { background-color: #DEFEEF; }
a { background-color: rgb(222,254,239); }
div.DivClassName
{
background-color: #DEFEEF;
}
.BgClassName
{
background-color: #DEFEEF;
}
</style>
border-color css
<style>
span { border-color: #DEFEEF; }
span { border-color: rgb(222,254,239); }
td.TdClassName
{
border-color: #DEFEEF;
}
.TagClassName
{
border-color: #DEFEEF;
}
</style>