Shades of Reef #D1E7AA
Tints of Reef #D1E7AA
RGB
CMYK
RGB Variations
Color information
#D1E7AA (or 0xD1E7AA) is known color: Reef. HEX triplet: D1, E7 and AA. RGB value is (209,231,170). Sum of RGB (Red+Green+Blue) = 209+231+170=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E7AA is #2E1855. Grayscale: #D9D9D9. Windows color (decimal): -3020886 or 11200465. OLE color: 11200465.
HSL color Cylindrical-coordinate representation of color #D1E7AA: hue angle of 81.64º degrees, saturation: 0.56, 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 #D1E7AA is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 170 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.09 |
| HSL | 81.64º | 0.56% | 0.79% | - |
| HSV(B) | 81.64º | 0.26% | 0.91% | - |
| XYZ | 62.13 | 73.61 | 48.96 | - |
| YUV | 217.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 170 | 0.10 | 0 | 0.26 | 0.09 | 81.64 | 0.56 | 0.79 |
| Hex | D1 | E7 | AA | A | 0 | 1A | 9 | 52 | 38 | 4F |
| Octal | 321 | 347 | 252 | 12 | 0 | 32 | 11 | 122 | 70 | 117 |
| Binary | 11010001 | 11100111 | 10101010 | 1010 | 0 | 11010 | 1001 | 1010010 | 111000 | 1001111 |
Color Harmonies of #D1E7AA
Complementary color
Monochromatic Colors of #D1E7AA
Black with #D1E7AA
Text Example
Text Example
White with #D1E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7AA; }
p { color: rgb(209,231,170); }
H1.HeaderClassName
{
color: #D1E7AA;
}
.AnyTagClassName
{
color: #D1E7AA;
}
</style>
background-color css
<style>
a { background-color: #D1E7AA; }
a { background-color: rgb(209,231,170); }
div.DivClassName
{
background-color: #D1E7AA;
}
.BgClassName
{
background-color: #D1E7AA;
}
</style>
border-color css
<style>
span { border-color: #D1E7AA; }
span { border-color: rgb(209,231,170); }
td.TdClassName
{
border-color: #D1E7AA;
}
.TagClassName
{
border-color: #D1E7AA;
}
</style>