Shades of Reef #D0EC9B
Tints of Reef #D0EC9B
RGB
CMYK
RGB Variations
Color information
#D0EC9B (or 0xD0EC9B) is known color: Reef. HEX triplet: D0, EC and 9B. RGB value is (208,236,155). Sum of RGB (Red+Green+Blue) = 208+236+155=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC9B is #2F1364. Grayscale: #DADADA. Windows color (decimal): -3085157 or 10218704. OLE color: 10218704.
HSL color Cylindrical-coordinate representation of color #D0EC9B: hue angle of 80.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0EC9B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 155 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.07 |
| HSL | 80.74º | 0.68% | 0.77% | - |
| HSV(B) | 80.74º | 0.34% | 0.93% | - |
| XYZ | 61.92 | 75.77 | 42.37 | - |
| YUV | 218.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 155 | 0.12 | 0 | 0.34 | 0.07 | 80.74 | 0.68 | 0.77 |
| Hex | D0 | EC | 9B | C | 0 | 22 | 7 | 51 | 44 | 4D |
| Octal | 320 | 354 | 233 | 14 | 0 | 42 | 7 | 121 | 104 | 115 |
| Binary | 11010000 | 11101100 | 10011011 | 1100 | 0 | 100010 | 111 | 1010001 | 1000100 | 1001101 |
Color Harmonies of #D0EC9B
Complementary color
Monochromatic Colors of #D0EC9B
Black with #D0EC9B
Text Example
Text Example
White with #D0EC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC9B; }
p { color: rgb(208,236,155); }
H1.HeaderClassName
{
color: #D0EC9B;
}
.AnyTagClassName
{
color: #D0EC9B;
}
</style>
background-color css
<style>
a { background-color: #D0EC9B; }
a { background-color: rgb(208,236,155); }
div.DivClassName
{
background-color: #D0EC9B;
}
.BgClassName
{
background-color: #D0EC9B;
}
</style>
border-color css
<style>
span { border-color: #D0EC9B; }
span { border-color: rgb(208,236,155); }
td.TdClassName
{
border-color: #D0EC9B;
}
.TagClassName
{
border-color: #D0EC9B;
}
</style>