Shades of Reef #D2E9A9
Tints of Reef #D2E9A9
RGB
CMYK
RGB Variations
Color information
#D2E9A9 (or 0xD2E9A9) is known color: Reef. HEX triplet: D2, E9 and A9. RGB value is (210,233,169). Sum of RGB (Red+Green+Blue) = 210+233+169=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E9A9 is #2D1656. Grayscale: #DBDBDB. Windows color (decimal): -2954839 or 11135442. OLE color: 11135442.
HSL color Cylindrical-coordinate representation of color #D2E9A9: hue angle of 81.56º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2E9A9 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 169 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.09 |
| HSL | 81.56º | 0.59% | 0.79% | - |
| HSV(B) | 81.56º | 0.27% | 0.91% | - |
| XYZ | 62.88 | 74.84 | 48.67 | - |
| YUV | 218.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 169 | 0.10 | 0 | 0.27 | 0.09 | 81.56 | 0.59 | 0.79 |
| Hex | D2 | E9 | A9 | A | 0 | 1B | 9 | 52 | 3B | 4F |
| Octal | 322 | 351 | 251 | 12 | 0 | 33 | 11 | 122 | 73 | 117 |
| Binary | 11010010 | 11101001 | 10101001 | 1010 | 0 | 11011 | 1001 | 1010010 | 111011 | 1001111 |
Color Harmonies of #D2E9A9
Complementary color
Monochromatic Colors of #D2E9A9
Black with #D2E9A9
Text Example
Text Example
White with #D2E9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E9A9; }
p { color: rgb(210,233,169); }
H1.HeaderClassName
{
color: #D2E9A9;
}
.AnyTagClassName
{
color: #D2E9A9;
}
</style>
background-color css
<style>
a { background-color: #D2E9A9; }
a { background-color: rgb(210,233,169); }
div.DivClassName
{
background-color: #D2E9A9;
}
.BgClassName
{
background-color: #D2E9A9;
}
</style>
border-color css
<style>
span { border-color: #D2E9A9; }
span { border-color: rgb(210,233,169); }
td.TdClassName
{
border-color: #D2E9A9;
}
.TagClassName
{
border-color: #D2E9A9;
}
</style>