Shades of Reef #DEFCAA
Tints of Reef #DEFCAA
RGB
CMYK
RGB Variations
Color information
#DEFCAA (or 0xDEFCAA) is known color: Reef. HEX triplet: DE, FC and AA. RGB value is (222,252,170). Sum of RGB (Red+Green+Blue) = 222+252+170=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCAA is #210355. Grayscale: #E9E9E9. Windows color (decimal): -2163542 or 11205854. OLE color: 11205854.
HSL color Cylindrical-coordinate representation of color #DEFCAA: hue angle of 81.95º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFCAA is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 170 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.01 |
| HSL | 81.95º | 0.93% | 0.83% | - |
| HSV(B) | 81.95º | 0.33% | 0.99% | - |
| XYZ | 72.19 | 88.05 | 51.22 | - |
| YUV | 233.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 170 | 0.12 | 0 | 0.33 | 0.01 | 81.95 | 0.93 | 0.83 |
| Hex | DE | FC | AA | C | 0 | 21 | 1 | 52 | 5D | 53 |
| Octal | 336 | 374 | 252 | 14 | 0 | 41 | 1 | 122 | 135 | 123 |
| Binary | 11011110 | 11111100 | 10101010 | 1100 | 0 | 100001 | 1 | 1010010 | 1011101 | 1010011 |
Color Harmonies of #DEFCAA
Complementary color
Monochromatic Colors of #DEFCAA
Black with #DEFCAA
Text Example
Text Example
White with #DEFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCAA; }
p { color: rgb(222,252,170); }
H1.HeaderClassName
{
color: #DEFCAA;
}
.AnyTagClassName
{
color: #DEFCAA;
}
</style>
background-color css
<style>
a { background-color: #DEFCAA; }
a { background-color: rgb(222,252,170); }
div.DivClassName
{
background-color: #DEFCAA;
}
.BgClassName
{
background-color: #DEFCAA;
}
</style>
border-color css
<style>
span { border-color: #DEFCAA; }
span { border-color: rgb(222,252,170); }
td.TdClassName
{
border-color: #DEFCAA;
}
.TagClassName
{
border-color: #DEFCAA;
}
</style>