Shades of Reef #D2ECA6
Tints of Reef #D2ECA6
RGB
CMYK
RGB Variations
Color information
#D2ECA6 (or 0xD2ECA6) is known color: Reef. HEX triplet: D2, EC and A6. RGB value is (210,236,166). Sum of RGB (Red+Green+Blue) = 210+236+166=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECA6 is #2D1359. Grayscale: #DCDCDC. Windows color (decimal): -2954074 or 10939602. OLE color: 10939602.
HSL color Cylindrical-coordinate representation of color #D2ECA6: hue angle of 82.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2ECA6 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 166 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.07 |
| HSL | 82.29º | 0.65% | 0.79% | - |
| HSV(B) | 82.29º | 0.3% | 0.93% | - |
| XYZ | 63.46 | 76.45 | 47.49 | - |
| YUV | 220.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 166 | 0.11 | 0 | 0.30 | 0.07 | 82.29 | 0.65 | 0.79 |
| Hex | D2 | EC | A6 | B | 0 | 1E | 7 | 52 | 41 | 4F |
| Octal | 322 | 354 | 246 | 13 | 0 | 36 | 7 | 122 | 101 | 117 |
| Binary | 11010010 | 11101100 | 10100110 | 1011 | 0 | 11110 | 111 | 1010010 | 1000001 | 1001111 |
Color Harmonies of #D2ECA6
Complementary color
Monochromatic Colors of #D2ECA6
Black with #D2ECA6
Text Example
Text Example
White with #D2ECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECA6; }
p { color: rgb(210,236,166); }
H1.HeaderClassName
{
color: #D2ECA6;
}
.AnyTagClassName
{
color: #D2ECA6;
}
</style>
background-color css
<style>
a { background-color: #D2ECA6; }
a { background-color: rgb(210,236,166); }
div.DivClassName
{
background-color: #D2ECA6;
}
.BgClassName
{
background-color: #D2ECA6;
}
</style>
border-color css
<style>
span { border-color: #D2ECA6; }
span { border-color: rgb(210,236,166); }
td.TdClassName
{
border-color: #D2ECA6;
}
.TagClassName
{
border-color: #D2ECA6;
}
</style>