Shades of Reef #D2E7AC
Tints of Reef #D2E7AC
RGB
CMYK
RGB Variations
Color information
#D2E7AC (or 0xD2E7AC) is known color: Reef. HEX triplet: D2, E7 and AC. RGB value is (210,231,172). Sum of RGB (Red+Green+Blue) = 210+231+172=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E7AC is #2D1853. Grayscale: #DADADA. Windows color (decimal): -2955348 or 11331538. OLE color: 11331538.
HSL color Cylindrical-coordinate representation of color #D2E7AC: hue angle of 81.36º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2E7AC is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 172 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.09 |
| HSL | 81.36º | 0.55% | 0.79% | - |
| HSV(B) | 81.36º | 0.26% | 0.91% | - |
| XYZ | 62.6 | 73.83 | 49.98 | - |
| YUV | 218 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 172 | 0.09 | 0 | 0.26 | 0.09 | 81.36 | 0.55 | 0.79 |
| Hex | D2 | E7 | AC | 9 | 0 | 1A | 9 | 51 | 37 | 4F |
| Octal | 322 | 347 | 254 | 11 | 0 | 32 | 11 | 121 | 67 | 117 |
| Binary | 11010010 | 11100111 | 10101100 | 1001 | 0 | 11010 | 1001 | 1010001 | 110111 | 1001111 |
Color Harmonies of #D2E7AC
Complementary color
Monochromatic Colors of #D2E7AC
Black with #D2E7AC
Text Example
Text Example
White with #D2E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E7AC; }
p { color: rgb(210,231,172); }
H1.HeaderClassName
{
color: #D2E7AC;
}
.AnyTagClassName
{
color: #D2E7AC;
}
</style>
background-color css
<style>
a { background-color: #D2E7AC; }
a { background-color: rgb(210,231,172); }
div.DivClassName
{
background-color: #D2E7AC;
}
.BgClassName
{
background-color: #D2E7AC;
}
</style>
border-color css
<style>
span { border-color: #D2E7AC; }
span { border-color: rgb(210,231,172); }
td.TdClassName
{
border-color: #D2E7AC;
}
.TagClassName
{
border-color: #D2E7AC;
}
</style>