Shades of Reef #D3ECA0
Tints of Reef #D3ECA0
RGB
CMYK
RGB Variations
Color information
#D3ECA0 (or 0xD3ECA0) is known color: Reef. HEX triplet: D3, EC and A0. RGB value is (211,236,160). Sum of RGB (Red+Green+Blue) = 211+236+160=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ECA0 is #2C135F. Grayscale: #DCDCDC. Windows color (decimal): -2888544 or 10546387. OLE color: 10546387.
HSL color Cylindrical-coordinate representation of color #D3ECA0: hue angle of 79.74º 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 #D3ECA0 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 160 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.07 |
| HSL | 79.74º | 0.67% | 0.78% | - |
| HSV(B) | 79.74º | 0.32% | 0.93% | - |
| XYZ | 63.2 | 76.38 | 44.67 | - |
| YUV | 219.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 160 | 0.11 | 0 | 0.32 | 0.07 | 79.74 | 0.67 | 0.78 |
| Hex | D3 | EC | A0 | B | 0 | 20 | 7 | 50 | 43 | 4E |
| Octal | 323 | 354 | 240 | 13 | 0 | 40 | 7 | 120 | 103 | 116 |
| Binary | 11010011 | 11101100 | 10100000 | 1011 | 0 | 100000 | 111 | 1010000 | 1000011 | 1001110 |
Color Harmonies of #D3ECA0
Complementary color
Monochromatic Colors of #D3ECA0
Black with #D3ECA0
Text Example
Text Example
White with #D3ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECA0; }
p { color: rgb(211,236,160); }
H1.HeaderClassName
{
color: #D3ECA0;
}
.AnyTagClassName
{
color: #D3ECA0;
}
</style>
background-color css
<style>
a { background-color: #D3ECA0; }
a { background-color: rgb(211,236,160); }
div.DivClassName
{
background-color: #D3ECA0;
}
.BgClassName
{
background-color: #D3ECA0;
}
</style>
border-color css
<style>
span { border-color: #D3ECA0; }
span { border-color: rgb(211,236,160); }
td.TdClassName
{
border-color: #D3ECA0;
}
.TagClassName
{
border-color: #D3ECA0;
}
</style>