Shades of Reef #D5EAA4
Tints of Reef #D5EAA4
RGB
CMYK
RGB Variations
Color information
#D5EAA4 (or 0xD5EAA4) is known color: Reef. HEX triplet: D5, EA and A4. RGB value is (213,234,164). Sum of RGB (Red+Green+Blue) = 213+234+164=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EAA4 is #2A155B. Grayscale: #DCDCDC. Windows color (decimal): -2757980 or 10808021. OLE color: 10808021.
HSL color Cylindrical-coordinate representation of color #D5EAA4: hue angle of 78º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5EAA4 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 234 | 164 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.08 |
| HSL | 78º | 0.63% | 0.78% | - |
| HSV(B) | 78º | 0.3% | 0.92% | - |
| XYZ | 63.56 | 75.67 | 46.38 | - |
| YUV | 219.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 234 | 164 | 0.09 | 0 | 0.30 | 0.08 | 78 | 0.63 | 0.78 |
| Hex | D5 | EA | A4 | 9 | 0 | 1E | 8 | 4E | 3E | 4E |
| Octal | 325 | 352 | 244 | 11 | 0 | 36 | 10 | 116 | 76 | 116 |
| Binary | 11010101 | 11101010 | 10100100 | 1001 | 0 | 11110 | 1000 | 1001110 | 111110 | 1001110 |
Color Harmonies of #D5EAA4
Complementary color
Monochromatic Colors of #D5EAA4
Black with #D5EAA4
Text Example
Text Example
White with #D5EAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EAA4; }
p { color: rgb(213,234,164); }
H1.HeaderClassName
{
color: #D5EAA4;
}
.AnyTagClassName
{
color: #D5EAA4;
}
</style>
background-color css
<style>
a { background-color: #D5EAA4; }
a { background-color: rgb(213,234,164); }
div.DivClassName
{
background-color: #D5EAA4;
}
.BgClassName
{
background-color: #D5EAA4;
}
</style>
border-color css
<style>
span { border-color: #D5EAA4; }
span { border-color: rgb(213,234,164); }
td.TdClassName
{
border-color: #D5EAA4;
}
.TagClassName
{
border-color: #D5EAA4;
}
</style>