Shades of Reef #D2E9A3
Tints of Reef #D2E9A3
RGB
CMYK
RGB Variations
Color information
#D2E9A3 (or 0xD2E9A3) is known color: Reef. HEX triplet: D2, E9 and A3. RGB value is (210,233,163). Sum of RGB (Red+Green+Blue) = 210+233+163=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E9A3 is #2D165C. Grayscale: #DADADA. Windows color (decimal): -2954845 or 10742226. OLE color: 10742226.
HSL color Cylindrical-coordinate representation of color #D2E9A3: hue angle of 79.71º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2E9A3 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 163 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.09 |
| HSL | 79.71º | 0.61% | 0.78% | - |
| HSV(B) | 79.71º | 0.3% | 0.91% | - |
| XYZ | 62.33 | 74.62 | 45.77 | - |
| YUV | 218.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 163 | 0.10 | 0 | 0.30 | 0.09 | 79.71 | 0.61 | 0.78 |
| Hex | D2 | E9 | A3 | A | 0 | 1E | 9 | 50 | 3D | 4E |
| Octal | 322 | 351 | 243 | 12 | 0 | 36 | 11 | 120 | 75 | 116 |
| Binary | 11010010 | 11101001 | 10100011 | 1010 | 0 | 11110 | 1001 | 1010000 | 111101 | 1001110 |
Color Harmonies of #D2E9A3
Complementary color
Monochromatic Colors of #D2E9A3
Black with #D2E9A3
Text Example
Text Example
White with #D2E9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E9A3; }
p { color: rgb(210,233,163); }
H1.HeaderClassName
{
color: #D2E9A3;
}
.AnyTagClassName
{
color: #D2E9A3;
}
</style>
background-color css
<style>
a { background-color: #D2E9A3; }
a { background-color: rgb(210,233,163); }
div.DivClassName
{
background-color: #D2E9A3;
}
.BgClassName
{
background-color: #D2E9A3;
}
</style>
border-color css
<style>
span { border-color: #D2E9A3; }
span { border-color: rgb(210,233,163); }
td.TdClassName
{
border-color: #D2E9A3;
}
.TagClassName
{
border-color: #D2E9A3;
}
</style>