Shades of Reef #D7EAA0
Tints of Reef #D7EAA0
RGB
CMYK
RGB Variations
Color information
#D7EAA0 (or 0xD7EAA0) is known color: Reef. HEX triplet: D7, EA and A0. RGB value is (215,234,160). Sum of RGB (Red+Green+Blue) = 215+234+160=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EAA0 is #28155F. Grayscale: #DCDCDC. Windows color (decimal): -2626912 or 10545879. OLE color: 10545879.
HSL color Cylindrical-coordinate representation of color #D7EAA0: hue angle of 75.41º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7EAA0 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 160 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.08 |
| HSL | 75.41º | 0.64% | 0.77% | - |
| HSV(B) | 75.41º | 0.32% | 0.92% | - |
| XYZ | 63.79 | 75.83 | 44.53 | - |
| YUV | 219.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 160 | 0.08 | 0 | 0.32 | 0.08 | 75.41 | 0.64 | 0.77 |
| Hex | D7 | EA | A0 | 8 | 0 | 20 | 8 | 4B | 40 | 4D |
| Octal | 327 | 352 | 240 | 10 | 0 | 40 | 10 | 113 | 100 | 115 |
| Binary | 11010111 | 11101010 | 10100000 | 1000 | 0 | 100000 | 1000 | 1001011 | 1000000 | 1001101 |
Color Harmonies of #D7EAA0
Complementary color
Monochromatic Colors of #D7EAA0
Black with #D7EAA0
Text Example
Text Example
White with #D7EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EAA0; }
p { color: rgb(215,234,160); }
H1.HeaderClassName
{
color: #D7EAA0;
}
.AnyTagClassName
{
color: #D7EAA0;
}
</style>
background-color css
<style>
a { background-color: #D7EAA0; }
a { background-color: rgb(215,234,160); }
div.DivClassName
{
background-color: #D7EAA0;
}
.BgClassName
{
background-color: #D7EAA0;
}
</style>
border-color css
<style>
span { border-color: #D7EAA0; }
span { border-color: rgb(215,234,160); }
td.TdClassName
{
border-color: #D7EAA0;
}
.TagClassName
{
border-color: #D7EAA0;
}
</style>