Shades of Reef #D2ECAF
Tints of Reef #D2ECAF
RGB
CMYK
RGB Variations
Color information
#D2ECAF (or 0xD2ECAF) is known color: Reef. HEX triplet: D2, EC and AF. RGB value is (210,236,175). Sum of RGB (Red+Green+Blue) = 210+236+175=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECAF is #2D1350. Grayscale: #DDDDDD. Windows color (decimal): -2954065 or 11529426. OLE color: 11529426.
HSL color Cylindrical-coordinate representation of color #D2ECAF: hue angle of 85.57º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2ECAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 175 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 85.57º | 0.62% | 0.81% | - |
| HSV(B) | 85.57º | 0.26% | 0.93% | - |
| XYZ | 64.31 | 76.79 | 51.99 | - |
| YUV | 221.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 175 | 0.11 | 0 | 0.26 | 0.07 | 85.57 | 0.62 | 0.81 |
| Hex | D2 | EC | AF | B | 0 | 1A | 7 | 56 | 3E | 51 |
| Octal | 322 | 354 | 257 | 13 | 0 | 32 | 7 | 126 | 76 | 121 |
| Binary | 11010010 | 11101100 | 10101111 | 1011 | 0 | 11010 | 111 | 1010110 | 111110 | 1010001 |
Color Harmonies of #D2ECAF
Complementary color
Monochromatic Colors of #D2ECAF
Black with #D2ECAF
Text Example
Text Example
White with #D2ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECAF; }
p { color: rgb(210,236,175); }
H1.HeaderClassName
{
color: #D2ECAF;
}
.AnyTagClassName
{
color: #D2ECAF;
}
</style>
background-color css
<style>
a { background-color: #D2ECAF; }
a { background-color: rgb(210,236,175); }
div.DivClassName
{
background-color: #D2ECAF;
}
.BgClassName
{
background-color: #D2ECAF;
}
</style>
border-color css
<style>
span { border-color: #D2ECAF; }
span { border-color: rgb(210,236,175); }
td.TdClassName
{
border-color: #D2ECAF;
}
.TagClassName
{
border-color: #D2ECAF;
}
</style>