Shades of Reef #D1EC9A
Tints of Reef #D1EC9A
RGB
CMYK
RGB Variations
Color information
#D1EC9A (or 0xD1EC9A) is known color: Reef. HEX triplet: D1, EC and 9A. RGB value is (209,236,154). Sum of RGB (Red+Green+Blue) = 209+236+154=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EC9A is #2E1365. Grayscale: #DADADA. Windows color (decimal): -3019622 or 10153169. OLE color: 10153169.
HSL color Cylindrical-coordinate representation of color #D1EC9A: hue angle of 79.76º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1EC9A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 154 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.07 |
| HSL | 79.76º | 0.68% | 0.76% | - |
| HSV(B) | 79.76º | 0.35% | 0.93% | - |
| XYZ | 62.12 | 75.88 | 41.94 | - |
| YUV | 218.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 154 | 0.11 | 0 | 0.35 | 0.07 | 79.76 | 0.68 | 0.76 |
| Hex | D1 | EC | 9A | B | 0 | 23 | 7 | 50 | 44 | 4C |
| Octal | 321 | 354 | 232 | 13 | 0 | 43 | 7 | 120 | 104 | 114 |
| Binary | 11010001 | 11101100 | 10011010 | 1011 | 0 | 100011 | 111 | 1010000 | 1000100 | 1001100 |
Color Harmonies of #D1EC9A
Complementary color
Monochromatic Colors of #D1EC9A
Black with #D1EC9A
Text Example
Text Example
White with #D1EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC9A; }
p { color: rgb(209,236,154); }
H1.HeaderClassName
{
color: #D1EC9A;
}
.AnyTagClassName
{
color: #D1EC9A;
}
</style>
background-color css
<style>
a { background-color: #D1EC9A; }
a { background-color: rgb(209,236,154); }
div.DivClassName
{
background-color: #D1EC9A;
}
.BgClassName
{
background-color: #D1EC9A;
}
</style>
border-color css
<style>
span { border-color: #D1EC9A; }
span { border-color: rgb(209,236,154); }
td.TdClassName
{
border-color: #D1EC9A;
}
.TagClassName
{
border-color: #D1EC9A;
}
</style>