Shades of Reef #D2E2AA
Tints of Reef #D2E2AA
RGB
CMYK
RGB Variations
Color information
#D2E2AA (or 0xD2E2AA) is known color: Reef. HEX triplet: D2, E2 and AA. RGB value is (210,226,170). Sum of RGB (Red+Green+Blue) = 210+226+170=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E2AA is #2D1D55. Grayscale: #D7D7D7. Windows color (decimal): -2956630 or 11199186. OLE color: 11199186.
HSL color Cylindrical-coordinate representation of color #D2E2AA: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2E2AA is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 170 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.11 |
| HSL | 77.14º | 0.49% | 0.78% | - |
| HSV(B) | 77.14º | 0.25% | 0.89% | - |
| XYZ | 61.03 | 71 | 48.52 | - |
| YUV | 214.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 170 | 0.07 | 0 | 0.25 | 0.11 | 77.14 | 0.49 | 0.78 |
| Hex | D2 | E2 | AA | 7 | 0 | 19 | B | 4D | 31 | 4E |
| Octal | 322 | 342 | 252 | 7 | 0 | 31 | 13 | 115 | 61 | 116 |
| Binary | 11010010 | 11100010 | 10101010 | 111 | 0 | 11001 | 1011 | 1001101 | 110001 | 1001110 |
Color Harmonies of #D2E2AA
Complementary color
Monochromatic Colors of #D2E2AA
Black with #D2E2AA
Text Example
Text Example
White with #D2E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E2AA; }
p { color: rgb(210,226,170); }
H1.HeaderClassName
{
color: #D2E2AA;
}
.AnyTagClassName
{
color: #D2E2AA;
}
</style>
background-color css
<style>
a { background-color: #D2E2AA; }
a { background-color: rgb(210,226,170); }
div.DivClassName
{
background-color: #D2E2AA;
}
.BgClassName
{
background-color: #D2E2AA;
}
</style>
border-color css
<style>
span { border-color: #D2E2AA; }
span { border-color: rgb(210,226,170); }
td.TdClassName
{
border-color: #D2E2AA;
}
.TagClassName
{
border-color: #D2E2AA;
}
</style>