Shades of Reef #D8ECA0
Tints of Reef #D8ECA0
RGB
CMYK
RGB Variations
Color information
#D8ECA0 (or 0xD8ECA0) is known color: Reef. HEX triplet: D8, EC and A0. RGB value is (216,236,160). Sum of RGB (Red+Green+Blue) = 216+236+160=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ECA0 is #27135F. Grayscale: #DDDDDD. Windows color (decimal): -2560864 or 10546392. OLE color: 10546392.
HSL color Cylindrical-coordinate representation of color #D8ECA0: hue angle of 75.79º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8ECA0 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 160 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.07 |
| HSL | 75.79º | 0.67% | 0.78% | - |
| HSV(B) | 75.79º | 0.32% | 0.93% | - |
| XYZ | 64.66 | 77.13 | 44.74 | - |
| YUV | 221.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 160 | 0.08 | 0 | 0.32 | 0.07 | 75.79 | 0.67 | 0.78 |
| Hex | D8 | EC | A0 | 8 | 0 | 20 | 7 | 4C | 43 | 4E |
| Octal | 330 | 354 | 240 | 10 | 0 | 40 | 7 | 114 | 103 | 116 |
| Binary | 11011000 | 11101100 | 10100000 | 1000 | 0 | 100000 | 111 | 1001100 | 1000011 | 1001110 |
Color Harmonies of #D8ECA0
Complementary color
Monochromatic Colors of #D8ECA0
Black with #D8ECA0
Text Example
Text Example
White with #D8ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ECA0; }
p { color: rgb(216,236,160); }
H1.HeaderClassName
{
color: #D8ECA0;
}
.AnyTagClassName
{
color: #D8ECA0;
}
</style>
background-color css
<style>
a { background-color: #D8ECA0; }
a { background-color: rgb(216,236,160); }
div.DivClassName
{
background-color: #D8ECA0;
}
.BgClassName
{
background-color: #D8ECA0;
}
</style>
border-color css
<style>
span { border-color: #D8ECA0; }
span { border-color: rgb(216,236,160); }
td.TdClassName
{
border-color: #D8ECA0;
}
.TagClassName
{
border-color: #D8ECA0;
}
</style>