Shades of Reef #D1E7AC
Tints of Reef #D1E7AC
RGB
CMYK
RGB Variations
Color information
#D1E7AC (or 0xD1E7AC) is known color: Reef. HEX triplet: D1, E7 and AC. RGB value is (209,231,172). Sum of RGB (Red+Green+Blue) = 209+231+172=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E7AC is #2E1853. Grayscale: #D9D9D9. Windows color (decimal): -3020884 or 11331537. OLE color: 11331537.
HSL color Cylindrical-coordinate representation of color #D1E7AC: hue angle of 82.37º 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 #D1E7AC is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 172 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.09 |
| HSL | 82.37º | 0.55% | 0.79% | - |
| HSV(B) | 82.37º | 0.26% | 0.91% | - |
| XYZ | 62.32 | 73.69 | 49.97 | - |
| YUV | 217.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 172 | 0.10 | 0 | 0.26 | 0.09 | 82.37 | 0.55 | 0.79 |
| Hex | D1 | E7 | AC | A | 0 | 1A | 9 | 52 | 37 | 4F |
| Octal | 321 | 347 | 254 | 12 | 0 | 32 | 11 | 122 | 67 | 117 |
| Binary | 11010001 | 11100111 | 10101100 | 1010 | 0 | 11010 | 1001 | 1010010 | 110111 | 1001111 |
Color Harmonies of #D1E7AC
Complementary color
Monochromatic Colors of #D1E7AC
Black with #D1E7AC
Text Example
Text Example
White with #D1E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7AC; }
p { color: rgb(209,231,172); }
H1.HeaderClassName
{
color: #D1E7AC;
}
.AnyTagClassName
{
color: #D1E7AC;
}
</style>
background-color css
<style>
a { background-color: #D1E7AC; }
a { background-color: rgb(209,231,172); }
div.DivClassName
{
background-color: #D1E7AC;
}
.BgClassName
{
background-color: #D1E7AC;
}
</style>
border-color css
<style>
span { border-color: #D1E7AC; }
span { border-color: rgb(209,231,172); }
td.TdClassName
{
border-color: #D1E7AC;
}
.TagClassName
{
border-color: #D1E7AC;
}
</style>