Shades of Reef #D3ECAA
Tints of Reef #D3ECAA
RGB
CMYK
RGB Variations
Color information
#D3ECAA (or 0xD3ECAA) is known color: Reef. HEX triplet: D3, EC and AA. RGB value is (211,236,170). Sum of RGB (Red+Green+Blue) = 211+236+170=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ECAA is #2C1355. Grayscale: #DDDDDD. Windows color (decimal): -2888534 or 11201747. OLE color: 11201747.
HSL color Cylindrical-coordinate representation of color #D3ECAA: hue angle of 82.73º 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 #D3ECAA is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 170 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.07 |
| HSL | 82.73º | 0.63% | 0.8% | - |
| HSV(B) | 82.73º | 0.28% | 0.93% | - |
| XYZ | 64.12 | 76.74 | 49.46 | - |
| YUV | 221 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 170 | 0.11 | 0 | 0.28 | 0.07 | 82.73 | 0.63 | 0.8 |
| Hex | D3 | EC | AA | B | 0 | 1C | 7 | 53 | 3F | 50 |
| Octal | 323 | 354 | 252 | 13 | 0 | 34 | 7 | 123 | 77 | 120 |
| Binary | 11010011 | 11101100 | 10101010 | 1011 | 0 | 11100 | 111 | 1010011 | 111111 | 1010000 |
Color Harmonies of #D3ECAA
Complementary color
Monochromatic Colors of #D3ECAA
Black with #D3ECAA
Text Example
Text Example
White with #D3ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECAA; }
p { color: rgb(211,236,170); }
H1.HeaderClassName
{
color: #D3ECAA;
}
.AnyTagClassName
{
color: #D3ECAA;
}
</style>
background-color css
<style>
a { background-color: #D3ECAA; }
a { background-color: rgb(211,236,170); }
div.DivClassName
{
background-color: #D3ECAA;
}
.BgClassName
{
background-color: #D3ECAA;
}
</style>
border-color css
<style>
span { border-color: #D3ECAA; }
span { border-color: rgb(211,236,170); }
td.TdClassName
{
border-color: #D3ECAA;
}
.TagClassName
{
border-color: #D3ECAA;
}
</style>