Shades of Reef #D6EC9D
Tints of Reef #D6EC9D
RGB
CMYK
RGB Variations
Color information
#D6EC9D (or 0xD6EC9D) is known color: Reef. HEX triplet: D6, EC and 9D. RGB value is (214,236,157). Sum of RGB (Red+Green+Blue) = 214+236+157=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EC9D is #291362. Grayscale: #DCDCDC. Windows color (decimal): -2691939 or 10349782. OLE color: 10349782.
HSL color Cylindrical-coordinate representation of color #D6EC9D: hue angle of 76.71º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6EC9D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 157 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.07 |
| HSL | 76.71º | 0.68% | 0.77% | - |
| HSV(B) | 76.71º | 0.33% | 0.93% | - |
| XYZ | 63.81 | 76.72 | 43.34 | - |
| YUV | 220.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 157 | 0.09 | 0 | 0.33 | 0.07 | 76.71 | 0.68 | 0.77 |
| Hex | D6 | EC | 9D | 9 | 0 | 21 | 7 | 4D | 44 | 4D |
| Octal | 326 | 354 | 235 | 11 | 0 | 41 | 7 | 115 | 104 | 115 |
| Binary | 11010110 | 11101100 | 10011101 | 1001 | 0 | 100001 | 111 | 1001101 | 1000100 | 1001101 |
Color Harmonies of #D6EC9D
Complementary color
Monochromatic Colors of #D6EC9D
Black with #D6EC9D
Text Example
Text Example
White with #D6EC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EC9D; }
p { color: rgb(214,236,157); }
H1.HeaderClassName
{
color: #D6EC9D;
}
.AnyTagClassName
{
color: #D6EC9D;
}
</style>
background-color css
<style>
a { background-color: #D6EC9D; }
a { background-color: rgb(214,236,157); }
div.DivClassName
{
background-color: #D6EC9D;
}
.BgClassName
{
background-color: #D6EC9D;
}
</style>
border-color css
<style>
span { border-color: #D6EC9D; }
span { border-color: rgb(214,236,157); }
td.TdClassName
{
border-color: #D6EC9D;
}
.TagClassName
{
border-color: #D6EC9D;
}
</style>