Shades of Reef #D5E4AB
Tints of Reef #D5E4AB
RGB
CMYK
RGB Variations
Color information
#D5E4AB (or 0xD5E4AB) is known color: Reef. HEX triplet: D5, E4 and AB. RGB value is (213,228,171). Sum of RGB (Red+Green+Blue) = 213+228+171=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E4AB is #2A1B54. Grayscale: #D9D9D9. Windows color (decimal): -2759509 or 11265237. OLE color: 11265237.
HSL color Cylindrical-coordinate representation of color #D5E4AB: hue angle of 75.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5E4AB is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 171 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.11 |
| HSL | 75.79º | 0.51% | 0.78% | - |
| HSV(B) | 75.79º | 0.25% | 0.89% | - |
| XYZ | 62.53 | 72.57 | 49.24 | - |
| YUV | 217.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 171 | 0.07 | 0 | 0.25 | 0.11 | 75.79 | 0.51 | 0.78 |
| Hex | D5 | E4 | AB | 7 | 0 | 19 | B | 4C | 33 | 4E |
| Octal | 325 | 344 | 253 | 7 | 0 | 31 | 13 | 114 | 63 | 116 |
| Binary | 11010101 | 11100100 | 10101011 | 111 | 0 | 11001 | 1011 | 1001100 | 110011 | 1001110 |
Color Harmonies of #D5E4AB
Complementary color
Monochromatic Colors of #D5E4AB
Black with #D5E4AB
Text Example
Text Example
White with #D5E4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4AB; }
p { color: rgb(213,228,171); }
H1.HeaderClassName
{
color: #D5E4AB;
}
.AnyTagClassName
{
color: #D5E4AB;
}
</style>
background-color css
<style>
a { background-color: #D5E4AB; }
a { background-color: rgb(213,228,171); }
div.DivClassName
{
background-color: #D5E4AB;
}
.BgClassName
{
background-color: #D5E4AB;
}
</style>
border-color css
<style>
span { border-color: #D5E4AB; }
span { border-color: rgb(213,228,171); }
td.TdClassName
{
border-color: #D5E4AB;
}
.TagClassName
{
border-color: #D5E4AB;
}
</style>