Shades of Reef #D5E5AB
Tints of Reef #D5E5AB
RGB
CMYK
RGB Variations
Color information
#D5E5AB (or 0xD5E5AB) is known color: Reef. HEX triplet: D5, E5 and AB. RGB value is (213,229,171). Sum of RGB (Red+Green+Blue) = 213+229+171=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E5AB is #2A1A54. Grayscale: #D9D9D9. Windows color (decimal): -2759253 or 11265493. OLE color: 11265493.
HSL color Cylindrical-coordinate representation of color #D5E5AB: hue angle of 76.55º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5E5AB is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 171 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.10 |
| HSL | 76.55º | 0.53% | 0.78% | - |
| HSV(B) | 76.55º | 0.25% | 0.9% | - |
| XYZ | 62.81 | 73.13 | 49.33 | - |
| YUV | 217.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 171 | 0.07 | 0 | 0.25 | 0.10 | 76.55 | 0.53 | 0.78 |
| Hex | D5 | E5 | AB | 7 | 0 | 19 | A | 4D | 35 | 4E |
| Octal | 325 | 345 | 253 | 7 | 0 | 31 | 12 | 115 | 65 | 116 |
| Binary | 11010101 | 11100101 | 10101011 | 111 | 0 | 11001 | 1010 | 1001101 | 110101 | 1001110 |
Color Harmonies of #D5E5AB
Complementary color
Monochromatic Colors of #D5E5AB
Black with #D5E5AB
Text Example
Text Example
White with #D5E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5AB; }
p { color: rgb(213,229,171); }
H1.HeaderClassName
{
color: #D5E5AB;
}
.AnyTagClassName
{
color: #D5E5AB;
}
</style>
background-color css
<style>
a { background-color: #D5E5AB; }
a { background-color: rgb(213,229,171); }
div.DivClassName
{
background-color: #D5E5AB;
}
.BgClassName
{
background-color: #D5E5AB;
}
</style>
border-color css
<style>
span { border-color: #D5E5AB; }
span { border-color: rgb(213,229,171); }
td.TdClassName
{
border-color: #D5E5AB;
}
.TagClassName
{
border-color: #D5E5AB;
}
</style>