Shades of Reef #D5E5A6
Tints of Reef #D5E5A6
RGB
CMYK
RGB Variations
Color information
#D5E5A6 (or 0xD5E5A6) is known color: Reef. HEX triplet: D5, E5 and A6. RGB value is (213,229,166). Sum of RGB (Red+Green+Blue) = 213+229+166=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E5A6 is #2A1A59. Grayscale: #D9D9D9. Windows color (decimal): -2759258 or 10937813. OLE color: 10937813.
HSL color Cylindrical-coordinate representation of color #D5E5A6: hue angle of 75.24º degrees, saturation: 0.55, 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 #D5E5A6 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 166 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.10 |
| HSL | 75.24º | 0.55% | 0.77% | - |
| HSV(B) | 75.24º | 0.28% | 0.9% | - |
| XYZ | 62.34 | 72.94 | 46.87 | - |
| YUV | 217.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 166 | 0.07 | 0 | 0.28 | 0.10 | 75.24 | 0.55 | 0.77 |
| Hex | D5 | E5 | A6 | 7 | 0 | 1C | A | 4B | 37 | 4D |
| Octal | 325 | 345 | 246 | 7 | 0 | 34 | 12 | 113 | 67 | 115 |
| Binary | 11010101 | 11100101 | 10100110 | 111 | 0 | 11100 | 1010 | 1001011 | 110111 | 1001101 |
Color Harmonies of #D5E5A6
Complementary color
Monochromatic Colors of #D5E5A6
Black with #D5E5A6
Text Example
Text Example
White with #D5E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5A6; }
p { color: rgb(213,229,166); }
H1.HeaderClassName
{
color: #D5E5A6;
}
.AnyTagClassName
{
color: #D5E5A6;
}
</style>
background-color css
<style>
a { background-color: #D5E5A6; }
a { background-color: rgb(213,229,166); }
div.DivClassName
{
background-color: #D5E5A6;
}
.BgClassName
{
background-color: #D5E5A6;
}
</style>
border-color css
<style>
span { border-color: #D5E5A6; }
span { border-color: rgb(213,229,166); }
td.TdClassName
{
border-color: #D5E5A6;
}
.TagClassName
{
border-color: #D5E5A6;
}
</style>