Shades of Reef #DEFFAE
Tints of Reef #DEFFAE
RGB
CMYK
RGB Variations
Color information
#DEFFAE (or 0xDEFFAE) is known color: Reef. HEX triplet: DE, FF and AE. RGB value is (222,255,174). Sum of RGB (Red+Green+Blue) = 222+255+174=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAE is #210051. Grayscale: #ECECEC. Windows color (decimal): -2162770 or 11468766. OLE color: 11468766.
HSL color Cylindrical-coordinate representation of color #DEFFAE: hue angle of 84.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEFFAE is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 174 | - |
| CMYK | 0.13 | 0 | 0.32 | 0 |
| HSL | 84.44º | 1% | 0.84% | - |
| HSV(B) | 84.44º | 0.32% | 1% | - |
| XYZ | 73.52 | 90.11 | 53.56 | - |
| YUV | 235.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 174 | 0.13 | 0 | 0.32 | 0 | 84.44 | 1 | 0.84 |
| Hex | DE | FF | AE | D | 0 | 20 | 0 | 54 | 64 | 54 |
| Octal | 336 | 377 | 256 | 15 | 0 | 40 | 0 | 124 | 144 | 124 |
| Binary | 11011110 | 11111111 | 10101110 | 1101 | 0 | 100000 | 0 | 1010100 | 1100100 | 1010100 |
Color Harmonies of #DEFFAE
Complementary color
Monochromatic Colors of #DEFFAE
Black with #DEFFAE
Text Example
Text Example
White with #DEFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFAE; }
p { color: rgb(222,255,174); }
H1.HeaderClassName
{
color: #DEFFAE;
}
.AnyTagClassName
{
color: #DEFFAE;
}
</style>
background-color css
<style>
a { background-color: #DEFFAE; }
a { background-color: rgb(222,255,174); }
div.DivClassName
{
background-color: #DEFFAE;
}
.BgClassName
{
background-color: #DEFFAE;
}
</style>
border-color css
<style>
span { border-color: #DEFFAE; }
span { border-color: rgb(222,255,174); }
td.TdClassName
{
border-color: #DEFFAE;
}
.TagClassName
{
border-color: #DEFFAE;
}
</style>