Shades of Reef #D9E7AA
Tints of Reef #D9E7AA
RGB
CMYK
RGB Variations
Color information
#D9E7AA (or 0xD9E7AA) is known color: Reef. HEX triplet: D9, E7 and AA. RGB value is (217,231,170). Sum of RGB (Red+Green+Blue) = 217+231+170=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E7AA is #261855. Grayscale: #DCDCDC. Windows color (decimal): -2496598 or 11200473. OLE color: 11200473.
HSL color Cylindrical-coordinate representation of color #D9E7AA: hue angle of 73.77º 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 #D9E7AA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 170 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 73.77º | 0.56% | 0.79% | - |
| HSV(B) | 73.77º | 0.26% | 0.91% | - |
| XYZ | 64.45 | 74.81 | 49.07 | - |
| YUV | 219.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 170 | 0.06 | 0 | 0.26 | 0.09 | 73.77 | 0.56 | 0.79 |
| Hex | D9 | E7 | AA | 6 | 0 | 1A | 9 | 4A | 38 | 4F |
| Octal | 331 | 347 | 252 | 6 | 0 | 32 | 11 | 112 | 70 | 117 |
| Binary | 11011001 | 11100111 | 10101010 | 110 | 0 | 11010 | 1001 | 1001010 | 111000 | 1001111 |
Color Harmonies of #D9E7AA
Complementary color
Monochromatic Colors of #D9E7AA
Black with #D9E7AA
Text Example
Text Example
White with #D9E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7AA; }
p { color: rgb(217,231,170); }
H1.HeaderClassName
{
color: #D9E7AA;
}
.AnyTagClassName
{
color: #D9E7AA;
}
</style>
background-color css
<style>
a { background-color: #D9E7AA; }
a { background-color: rgb(217,231,170); }
div.DivClassName
{
background-color: #D9E7AA;
}
.BgClassName
{
background-color: #D9E7AA;
}
</style>
border-color css
<style>
span { border-color: #D9E7AA; }
span { border-color: rgb(217,231,170); }
td.TdClassName
{
border-color: #D9E7AA;
}
.TagClassName
{
border-color: #D9E7AA;
}
</style>