Shades of Reef #D5E5A4
Tints of Reef #D5E5A4
RGB
CMYK
RGB Variations
Color information
#D5E5A4 (or 0xD5E5A4) is known color: Reef. HEX triplet: D5, E5 and A4. RGB value is (213,229,164). Sum of RGB (Red+Green+Blue) = 213+229+164=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E5A4 is #2A1A5B. Grayscale: #D9D9D9. Windows color (decimal): -2759260 or 10806741. OLE color: 10806741.
HSL color Cylindrical-coordinate representation of color #D5E5A4: hue angle of 74.77º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5E5A4 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 164 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.10 |
| HSL | 74.77º | 0.56% | 0.77% | - |
| HSV(B) | 74.77º | 0.28% | 0.9% | - |
| XYZ | 62.16 | 72.87 | 45.91 | - |
| YUV | 216.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 164 | 0.07 | 0 | 0.28 | 0.10 | 74.77 | 0.56 | 0.77 |
| Hex | D5 | E5 | A4 | 7 | 0 | 1C | A | 4B | 38 | 4D |
| Octal | 325 | 345 | 244 | 7 | 0 | 34 | 12 | 113 | 70 | 115 |
| Binary | 11010101 | 11100101 | 10100100 | 111 | 0 | 11100 | 1010 | 1001011 | 111000 | 1001101 |
Color Harmonies of #D5E5A4
Complementary color
Monochromatic Colors of #D5E5A4
Black with #D5E5A4
Text Example
Text Example
White with #D5E5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5A4; }
p { color: rgb(213,229,164); }
H1.HeaderClassName
{
color: #D5E5A4;
}
.AnyTagClassName
{
color: #D5E5A4;
}
</style>
background-color css
<style>
a { background-color: #D5E5A4; }
a { background-color: rgb(213,229,164); }
div.DivClassName
{
background-color: #D5E5A4;
}
.BgClassName
{
background-color: #D5E5A4;
}
</style>
border-color css
<style>
span { border-color: #D5E5A4; }
span { border-color: rgb(213,229,164); }
td.TdClassName
{
border-color: #D5E5A4;
}
.TagClassName
{
border-color: #D5E5A4;
}
</style>