Shades of Reef #D2ECA2
Tints of Reef #D2ECA2
RGB
CMYK
RGB Variations
Color information
#D2ECA2 (or 0xD2ECA2) is known color: Reef. HEX triplet: D2, EC and A2. RGB value is (210,236,162). Sum of RGB (Red+Green+Blue) = 210+236+162=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECA2 is #2D135D. Grayscale: #DCDCDC. Windows color (decimal): -2954078 or 10677458. OLE color: 10677458.
HSL color Cylindrical-coordinate representation of color #D2ECA2: hue angle of 81.08º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2ECA2 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 162 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.07 |
| HSL | 81.08º | 0.66% | 0.78% | - |
| HSV(B) | 81.08º | 0.31% | 0.93% | - |
| XYZ | 63.1 | 76.3 | 45.58 | - |
| YUV | 219.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 162 | 0.11 | 0 | 0.31 | 0.07 | 81.08 | 0.66 | 0.78 |
| Hex | D2 | EC | A2 | B | 0 | 1F | 7 | 51 | 42 | 4E |
| Octal | 322 | 354 | 242 | 13 | 0 | 37 | 7 | 121 | 102 | 116 |
| Binary | 11010010 | 11101100 | 10100010 | 1011 | 0 | 11111 | 111 | 1010001 | 1000010 | 1001110 |
Color Harmonies of #D2ECA2
Complementary color
Monochromatic Colors of #D2ECA2
Black with #D2ECA2
Text Example
Text Example
White with #D2ECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECA2; }
p { color: rgb(210,236,162); }
H1.HeaderClassName
{
color: #D2ECA2;
}
.AnyTagClassName
{
color: #D2ECA2;
}
</style>
background-color css
<style>
a { background-color: #D2ECA2; }
a { background-color: rgb(210,236,162); }
div.DivClassName
{
background-color: #D2ECA2;
}
.BgClassName
{
background-color: #D2ECA2;
}
</style>
border-color css
<style>
span { border-color: #D2ECA2; }
span { border-color: rgb(210,236,162); }
td.TdClassName
{
border-color: #D2ECA2;
}
.TagClassName
{
border-color: #D2ECA2;
}
</style>