Shades of Reef #D2E3A2
Tints of Reef #D2E3A2
RGB
CMYK
RGB Variations
Color information
#D2E3A2 (or 0xD2E3A2) is known color: Reef. HEX triplet: D2, E3 and A2. RGB value is (210,227,162). Sum of RGB (Red+Green+Blue) = 210+227+162=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E3A2 is #2D1C5D. Grayscale: #D6D6D6. Windows color (decimal): -2956382 or 10675154. OLE color: 10675154.
HSL color Cylindrical-coordinate representation of color #D2E3A2: hue angle of 75.69º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2E3A2 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 162 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.11 |
| HSL | 75.69º | 0.54% | 0.76% | - |
| HSV(B) | 75.69º | 0.29% | 0.89% | - |
| XYZ | 60.57 | 71.25 | 44.74 | - |
| YUV | 214.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 162 | 0.07 | 0 | 0.29 | 0.11 | 75.69 | 0.54 | 0.76 |
| Hex | D2 | E3 | A2 | 7 | 0 | 1D | B | 4C | 36 | 4C |
| Octal | 322 | 343 | 242 | 7 | 0 | 35 | 13 | 114 | 66 | 114 |
| Binary | 11010010 | 11100011 | 10100010 | 111 | 0 | 11101 | 1011 | 1001100 | 110110 | 1001100 |
Color Harmonies of #D2E3A2
Complementary color
Monochromatic Colors of #D2E3A2
Black with #D2E3A2
Text Example
Text Example
White with #D2E3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E3A2; }
p { color: rgb(210,227,162); }
H1.HeaderClassName
{
color: #D2E3A2;
}
.AnyTagClassName
{
color: #D2E3A2;
}
</style>
background-color css
<style>
a { background-color: #D2E3A2; }
a { background-color: rgb(210,227,162); }
div.DivClassName
{
background-color: #D2E3A2;
}
.BgClassName
{
background-color: #D2E3A2;
}
</style>
border-color css
<style>
span { border-color: #D2E3A2; }
span { border-color: rgb(210,227,162); }
td.TdClassName
{
border-color: #D2E3A2;
}
.TagClassName
{
border-color: #D2E3A2;
}
</style>