Shades of Reef #D2ECA1
Tints of Reef #D2ECA1
RGB
CMYK
RGB Variations
Color information
#D2ECA1 (or 0xD2ECA1) is known color: Reef. HEX triplet: D2, EC and A1. RGB value is (210,236,161). Sum of RGB (Red+Green+Blue) = 210+236+161=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECA1 is #2D135E. Grayscale: #DBDBDB. Windows color (decimal): -2954079 or 10611922. OLE color: 10611922.
HSL color Cylindrical-coordinate representation of color #D2ECA1: hue angle of 80.8º degrees, saturation: 0.66, 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 #D2ECA1 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 161 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.07 |
| HSL | 80.8º | 0.66% | 0.78% | - |
| HSV(B) | 80.8º | 0.32% | 0.93% | - |
| XYZ | 63.01 | 76.27 | 45.12 | - |
| YUV | 219.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 161 | 0.11 | 0 | 0.32 | 0.07 | 80.8 | 0.66 | 0.78 |
| Hex | D2 | EC | A1 | B | 0 | 20 | 7 | 51 | 42 | 4E |
| Octal | 322 | 354 | 241 | 13 | 0 | 40 | 7 | 121 | 102 | 116 |
| Binary | 11010010 | 11101100 | 10100001 | 1011 | 0 | 100000 | 111 | 1010001 | 1000010 | 1001110 |
Color Harmonies of #D2ECA1
Complementary color
Monochromatic Colors of #D2ECA1
Black with #D2ECA1
Text Example
Text Example
White with #D2ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECA1; }
p { color: rgb(210,236,161); }
H1.HeaderClassName
{
color: #D2ECA1;
}
.AnyTagClassName
{
color: #D2ECA1;
}
</style>
background-color css
<style>
a { background-color: #D2ECA1; }
a { background-color: rgb(210,236,161); }
div.DivClassName
{
background-color: #D2ECA1;
}
.BgClassName
{
background-color: #D2ECA1;
}
</style>
border-color css
<style>
span { border-color: #D2ECA1; }
span { border-color: rgb(210,236,161); }
td.TdClassName
{
border-color: #D2ECA1;
}
.TagClassName
{
border-color: #D2ECA1;
}
</style>