Shades of Reef #D9ECAA
Tints of Reef #D9ECAA
RGB
CMYK
RGB Variations
Color information
#D9ECAA (or 0xD9ECAA) is known color: Reef. HEX triplet: D9, EC and AA. RGB value is (217,236,170). Sum of RGB (Red+Green+Blue) = 217+236+170=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9ECAA is #261355. Grayscale: #DFDFDF. Windows color (decimal): -2495318 or 11201753. OLE color: 11201753.
HSL color Cylindrical-coordinate representation of color #D9ECAA: hue angle of 77.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9ECAA is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 170 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 77.27º | 0.63% | 0.8% | - |
| HSV(B) | 77.27º | 0.28% | 0.93% | - |
| XYZ | 65.87 | 77.64 | 49.55 | - |
| YUV | 222.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 170 | 0.08 | 0 | 0.28 | 0.07 | 77.27 | 0.63 | 0.8 |
| Hex | D9 | EC | AA | 8 | 0 | 1C | 7 | 4D | 3F | 50 |
| Octal | 331 | 354 | 252 | 10 | 0 | 34 | 7 | 115 | 77 | 120 |
| Binary | 11011001 | 11101100 | 10101010 | 1000 | 0 | 11100 | 111 | 1001101 | 111111 | 1010000 |
Color Harmonies of #D9ECAA
Complementary color
Monochromatic Colors of #D9ECAA
Black with #D9ECAA
Text Example
Text Example
White with #D9ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECAA; }
p { color: rgb(217,236,170); }
H1.HeaderClassName
{
color: #D9ECAA;
}
.AnyTagClassName
{
color: #D9ECAA;
}
</style>
background-color css
<style>
a { background-color: #D9ECAA; }
a { background-color: rgb(217,236,170); }
div.DivClassName
{
background-color: #D9ECAA;
}
.BgClassName
{
background-color: #D9ECAA;
}
</style>
border-color css
<style>
span { border-color: #D9ECAA; }
span { border-color: rgb(217,236,170); }
td.TdClassName
{
border-color: #D9ECAA;
}
.TagClassName
{
border-color: #D9ECAA;
}
</style>