Shades of Reef #D2ECB1
Tints of Reef #D2ECB1
RGB
CMYK
RGB Variations
Color information
#D2ECB1 (or 0xD2ECB1) is known color: Reef. HEX triplet: D2, EC and B1. RGB value is (210,236,177). Sum of RGB (Red+Green+Blue) = 210+236+177=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECB1 is #2D134E. Grayscale: #DDDDDD. Windows color (decimal): -2954063 or 11660498. OLE color: 11660498.
HSL color Cylindrical-coordinate representation of color #D2ECB1: hue angle of 86.44º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2ECB1 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 177 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.07 |
| HSL | 86.44º | 0.61% | 0.81% | - |
| HSV(B) | 86.44º | 0.25% | 0.93% | - |
| XYZ | 64.51 | 76.87 | 53.03 | - |
| YUV | 221.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 177 | 0.11 | 0 | 0.25 | 0.07 | 86.44 | 0.61 | 0.81 |
| Hex | D2 | EC | B1 | B | 0 | 19 | 7 | 56 | 3D | 51 |
| Octal | 322 | 354 | 261 | 13 | 0 | 31 | 7 | 126 | 75 | 121 |
| Binary | 11010010 | 11101100 | 10110001 | 1011 | 0 | 11001 | 111 | 1010110 | 111101 | 1010001 |
Color Harmonies of #D2ECB1
Complementary color
Monochromatic Colors of #D2ECB1
Black with #D2ECB1
Text Example
Text Example
White with #D2ECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECB1; }
p { color: rgb(210,236,177); }
H1.HeaderClassName
{
color: #D2ECB1;
}
.AnyTagClassName
{
color: #D2ECB1;
}
</style>
background-color css
<style>
a { background-color: #D2ECB1; }
a { background-color: rgb(210,236,177); }
div.DivClassName
{
background-color: #D2ECB1;
}
.BgClassName
{
background-color: #D2ECB1;
}
</style>
border-color css
<style>
span { border-color: #D2ECB1; }
span { border-color: rgb(210,236,177); }
td.TdClassName
{
border-color: #D2ECB1;
}
.TagClassName
{
border-color: #D2ECB1;
}
</style>