Shades of Reef #D3EC8E
Tints of Reef #D3EC8E
RGB
CMYK
RGB Variations
Color information
#D3EC8E (or 0xD3EC8E) is known color: Reef. HEX triplet: D3, EC and 8E. RGB value is (211,236,142). Sum of RGB (Red+Green+Blue) = 211+236+142=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EC8E is #2C1371. Grayscale: #DADADA. Windows color (decimal): -2888562 or 9366739. OLE color: 9366739.
HSL color Cylindrical-coordinate representation of color #D3EC8E: hue angle of 75.96º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3EC8E is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 142 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.07 |
| HSL | 75.96º | 0.71% | 0.74% | - |
| HSV(B) | 75.96º | 0.4% | 0.93% | - |
| XYZ | 61.74 | 75.79 | 36.97 | - |
| YUV | 217.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 142 | 0.11 | 0 | 0.40 | 0.07 | 75.96 | 0.71 | 0.74 |
| Hex | D3 | EC | 8E | B | 0 | 28 | 7 | 4C | 47 | 4A |
| Octal | 323 | 354 | 216 | 13 | 0 | 50 | 7 | 114 | 107 | 112 |
| Binary | 11010011 | 11101100 | 10001110 | 1011 | 0 | 101000 | 111 | 1001100 | 1000111 | 1001010 |
Color Harmonies of #D3EC8E
Complementary color
Monochromatic Colors of #D3EC8E
Black with #D3EC8E
Text Example
Text Example
White with #D3EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC8E; }
p { color: rgb(211,236,142); }
H1.HeaderClassName
{
color: #D3EC8E;
}
.AnyTagClassName
{
color: #D3EC8E;
}
</style>
background-color css
<style>
a { background-color: #D3EC8E; }
a { background-color: rgb(211,236,142); }
div.DivClassName
{
background-color: #D3EC8E;
}
.BgClassName
{
background-color: #D3EC8E;
}
</style>
border-color css
<style>
span { border-color: #D3EC8E; }
span { border-color: rgb(211,236,142); }
td.TdClassName
{
border-color: #D3EC8E;
}
.TagClassName
{
border-color: #D3EC8E;
}
</style>