Shades of Reef #D1E7AE
Tints of Reef #D1E7AE
RGB
CMYK
RGB Variations
Color information
#D1E7AE (or 0xD1E7AE) is known color: Reef. HEX triplet: D1, E7 and AE. RGB value is (209,231,174). Sum of RGB (Red+Green+Blue) = 209+231+174=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E7AE is #2E1851. Grayscale: #DADADA. Windows color (decimal): -3020882 or 11462609. OLE color: 11462609.
HSL color Cylindrical-coordinate representation of color #D1E7AE: hue angle of 83.16º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1E7AE is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 174 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.09 |
| HSL | 83.16º | 0.54% | 0.79% | - |
| HSV(B) | 83.16º | 0.25% | 0.91% | - |
| XYZ | 62.51 | 73.76 | 50.99 | - |
| YUV | 217.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 174 | 0.10 | 0 | 0.25 | 0.09 | 83.16 | 0.54 | 0.79 |
| Hex | D1 | E7 | AE | A | 0 | 19 | 9 | 53 | 36 | 4F |
| Octal | 321 | 347 | 256 | 12 | 0 | 31 | 11 | 123 | 66 | 117 |
| Binary | 11010001 | 11100111 | 10101110 | 1010 | 0 | 11001 | 1001 | 1010011 | 110110 | 1001111 |
Color Harmonies of #D1E7AE
Complementary color
Monochromatic Colors of #D1E7AE
Black with #D1E7AE
Text Example
Text Example
White with #D1E7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7AE; }
p { color: rgb(209,231,174); }
H1.HeaderClassName
{
color: #D1E7AE;
}
.AnyTagClassName
{
color: #D1E7AE;
}
</style>
background-color css
<style>
a { background-color: #D1E7AE; }
a { background-color: rgb(209,231,174); }
div.DivClassName
{
background-color: #D1E7AE;
}
.BgClassName
{
background-color: #D1E7AE;
}
</style>
border-color css
<style>
span { border-color: #D1E7AE; }
span { border-color: rgb(209,231,174); }
td.TdClassName
{
border-color: #D1E7AE;
}
.TagClassName
{
border-color: #D1E7AE;
}
</style>