Shades of Reef #D1ECA8
Tints of Reef #D1ECA8
RGB
CMYK
RGB Variations
Color information
#D1ECA8 (or 0xD1ECA8) is known color: Reef. HEX triplet: D1, EC and A8. RGB value is (209,236,168). Sum of RGB (Red+Green+Blue) = 209+236+168=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECA8 is #2E1357. Grayscale: #DCDCDC. Windows color (decimal): -3019608 or 11070673. OLE color: 11070673.
HSL color Cylindrical-coordinate representation of color #D1ECA8: hue angle of 83.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1ECA8 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 168 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.07 |
| HSL | 83.82º | 0.64% | 0.79% | - |
| HSV(B) | 83.82º | 0.29% | 0.93% | - |
| XYZ | 63.36 | 76.37 | 48.45 | - |
| YUV | 220.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 168 | 0.11 | 0 | 0.29 | 0.07 | 83.82 | 0.64 | 0.79 |
| Hex | D1 | EC | A8 | B | 0 | 1D | 7 | 54 | 40 | 4F |
| Octal | 321 | 354 | 250 | 13 | 0 | 35 | 7 | 124 | 100 | 117 |
| Binary | 11010001 | 11101100 | 10101000 | 1011 | 0 | 11101 | 111 | 1010100 | 1000000 | 1001111 |
Color Harmonies of #D1ECA8
Complementary color
Monochromatic Colors of #D1ECA8
Black with #D1ECA8
Text Example
Text Example
White with #D1ECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECA8; }
p { color: rgb(209,236,168); }
H1.HeaderClassName
{
color: #D1ECA8;
}
.AnyTagClassName
{
color: #D1ECA8;
}
</style>
background-color css
<style>
a { background-color: #D1ECA8; }
a { background-color: rgb(209,236,168); }
div.DivClassName
{
background-color: #D1ECA8;
}
.BgClassName
{
background-color: #D1ECA8;
}
</style>
border-color css
<style>
span { border-color: #D1ECA8; }
span { border-color: rgb(209,236,168); }
td.TdClassName
{
border-color: #D1ECA8;
}
.TagClassName
{
border-color: #D1ECA8;
}
</style>