Shades of Reef #D7E9AE
Tints of Reef #D7E9AE
RGB
CMYK
RGB Variations
Color information
#D7E9AE (or 0xD7E9AE) is known color: Reef. HEX triplet: D7, E9 and AE. RGB value is (215,233,174). Sum of RGB (Red+Green+Blue) = 215+233+174=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7E9AE is #281651. Grayscale: #DDDDDD. Windows color (decimal): -2627154 or 11463127. OLE color: 11463127.
HSL color Cylindrical-coordinate representation of color #D7E9AE: hue angle of 78.31º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7E9AE is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 174 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.09 |
| HSL | 78.31º | 0.57% | 0.8% | - |
| HSV(B) | 78.31º | 0.25% | 0.91% | - |
| XYZ | 64.8 | 75.78 | 51.26 | - |
| YUV | 220.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 174 | 0.08 | 0 | 0.25 | 0.09 | 78.31 | 0.57 | 0.8 |
| Hex | D7 | E9 | AE | 8 | 0 | 19 | 9 | 4E | 39 | 50 |
| Octal | 327 | 351 | 256 | 10 | 0 | 31 | 11 | 116 | 71 | 120 |
| Binary | 11010111 | 11101001 | 10101110 | 1000 | 0 | 11001 | 1001 | 1001110 | 111001 | 1010000 |
Color Harmonies of #D7E9AE
Complementary color
Monochromatic Colors of #D7E9AE
Black with #D7E9AE
Text Example
Text Example
White with #D7E9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E9AE; }
p { color: rgb(215,233,174); }
H1.HeaderClassName
{
color: #D7E9AE;
}
.AnyTagClassName
{
color: #D7E9AE;
}
</style>
background-color css
<style>
a { background-color: #D7E9AE; }
a { background-color: rgb(215,233,174); }
div.DivClassName
{
background-color: #D7E9AE;
}
.BgClassName
{
background-color: #D7E9AE;
}
</style>
border-color css
<style>
span { border-color: #D7E9AE; }
span { border-color: rgb(215,233,174); }
td.TdClassName
{
border-color: #D7E9AE;
}
.TagClassName
{
border-color: #D7E9AE;
}
</style>