Shades of Reef #D1ECA6
Tints of Reef #D1ECA6
RGB
CMYK
RGB Variations
Color information
#D1ECA6 (or 0xD1ECA6) is known color: Reef. HEX triplet: D1, EC and A6. RGB value is (209,236,166). Sum of RGB (Red+Green+Blue) = 209+236+166=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECA6 is #2E1359. Grayscale: #DCDCDC. Windows color (decimal): -3019610 or 10939601. OLE color: 10939601.
HSL color Cylindrical-coordinate representation of color #D1ECA6: hue angle of 83.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1ECA6 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 166 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.07 |
| HSL | 83.14º | 0.65% | 0.79% | - |
| HSV(B) | 83.14º | 0.3% | 0.93% | - |
| XYZ | 63.17 | 76.3 | 47.47 | - |
| YUV | 219.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 166 | 0.11 | 0 | 0.30 | 0.07 | 83.14 | 0.65 | 0.79 |
| Hex | D1 | EC | A6 | B | 0 | 1E | 7 | 53 | 41 | 4F |
| Octal | 321 | 354 | 246 | 13 | 0 | 36 | 7 | 123 | 101 | 117 |
| Binary | 11010001 | 11101100 | 10100110 | 1011 | 0 | 11110 | 111 | 1010011 | 1000001 | 1001111 |
Color Harmonies of #D1ECA6
Complementary color
Monochromatic Colors of #D1ECA6
Black with #D1ECA6
Text Example
Text Example
White with #D1ECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECA6; }
p { color: rgb(209,236,166); }
H1.HeaderClassName
{
color: #D1ECA6;
}
.AnyTagClassName
{
color: #D1ECA6;
}
</style>
background-color css
<style>
a { background-color: #D1ECA6; }
a { background-color: rgb(209,236,166); }
div.DivClassName
{
background-color: #D1ECA6;
}
.BgClassName
{
background-color: #D1ECA6;
}
</style>
border-color css
<style>
span { border-color: #D1ECA6; }
span { border-color: rgb(209,236,166); }
td.TdClassName
{
border-color: #D1ECA6;
}
.TagClassName
{
border-color: #D1ECA6;
}
</style>