Shades of Reef #D1ECAA
Tints of Reef #D1ECAA
RGB
CMYK
RGB Variations
Color information
#D1ECAA (or 0xD1ECAA) is known color: Reef. HEX triplet: D1, EC and AA. RGB value is (209,236,170). Sum of RGB (Red+Green+Blue) = 209+236+170=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECAA is #2E1355. Grayscale: #DCDCDC. Windows color (decimal): -3019606 or 11201745. OLE color: 11201745.
HSL color Cylindrical-coordinate representation of color #D1ECAA: hue angle of 84.55º 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 #D1ECAA is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 170 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.07 |
| HSL | 84.55º | 0.63% | 0.8% | - |
| HSV(B) | 84.55º | 0.28% | 0.93% | - |
| XYZ | 63.55 | 76.45 | 49.44 | - |
| YUV | 220.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 170 | 0.11 | 0 | 0.28 | 0.07 | 84.55 | 0.63 | 0.8 |
| Hex | D1 | EC | AA | B | 0 | 1C | 7 | 55 | 3F | 50 |
| Octal | 321 | 354 | 252 | 13 | 0 | 34 | 7 | 125 | 77 | 120 |
| Binary | 11010001 | 11101100 | 10101010 | 1011 | 0 | 11100 | 111 | 1010101 | 111111 | 1010000 |
Color Harmonies of #D1ECAA
Complementary color
Monochromatic Colors of #D1ECAA
Black with #D1ECAA
Text Example
Text Example
White with #D1ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECAA; }
p { color: rgb(209,236,170); }
H1.HeaderClassName
{
color: #D1ECAA;
}
.AnyTagClassName
{
color: #D1ECAA;
}
</style>
background-color css
<style>
a { background-color: #D1ECAA; }
a { background-color: rgb(209,236,170); }
div.DivClassName
{
background-color: #D1ECAA;
}
.BgClassName
{
background-color: #D1ECAA;
}
</style>
border-color css
<style>
span { border-color: #D1ECAA; }
span { border-color: rgb(209,236,170); }
td.TdClassName
{
border-color: #D1ECAA;
}
.TagClassName
{
border-color: #D1ECAA;
}
</style>