Shades of Reef #DEFCAE
Tints of Reef #DEFCAE
RGB
CMYK
RGB Variations
Color information
#DEFCAE (or 0xDEFCAE) is known color: Reef. HEX triplet: DE, FC and AE. RGB value is (222,252,174). Sum of RGB (Red+Green+Blue) = 222+252+174=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCAE is #210351. Grayscale: #EAEAEA. Windows color (decimal): -2163538 or 11467998. OLE color: 11467998.
HSL color Cylindrical-coordinate representation of color #DEFCAE: hue angle of 83.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFCAE is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 174 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.01 |
| HSL | 83.08º | 0.93% | 0.84% | - |
| HSV(B) | 83.08º | 0.31% | 0.99% | - |
| XYZ | 72.57 | 88.21 | 53.24 | - |
| YUV | 234.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 174 | 0.12 | 0 | 0.31 | 0.01 | 83.08 | 0.93 | 0.84 |
| Hex | DE | FC | AE | C | 0 | 1F | 1 | 53 | 5D | 54 |
| Octal | 336 | 374 | 256 | 14 | 0 | 37 | 1 | 123 | 135 | 124 |
| Binary | 11011110 | 11111100 | 10101110 | 1100 | 0 | 11111 | 1 | 1010011 | 1011101 | 1010100 |
Color Harmonies of #DEFCAE
Complementary color
Monochromatic Colors of #DEFCAE
Black with #DEFCAE
Text Example
Text Example
White with #DEFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCAE; }
p { color: rgb(222,252,174); }
H1.HeaderClassName
{
color: #DEFCAE;
}
.AnyTagClassName
{
color: #DEFCAE;
}
</style>
background-color css
<style>
a { background-color: #DEFCAE; }
a { background-color: rgb(222,252,174); }
div.DivClassName
{
background-color: #DEFCAE;
}
.BgClassName
{
background-color: #DEFCAE;
}
</style>
border-color css
<style>
span { border-color: #DEFCAE; }
span { border-color: rgb(222,252,174); }
td.TdClassName
{
border-color: #DEFCAE;
}
.TagClassName
{
border-color: #DEFCAE;
}
</style>