Shades of Reef #D5E4AD
Tints of Reef #D5E4AD
RGB
CMYK
RGB Variations
Color information
#D5E4AD (or 0xD5E4AD) is known color: Reef. HEX triplet: D5, E4 and AD. RGB value is (213,228,173). Sum of RGB (Red+Green+Blue) = 213+228+173=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E4AD is #2A1B52. Grayscale: #D9D9D9. Windows color (decimal): -2759507 or 11396309. OLE color: 11396309.
HSL color Cylindrical-coordinate representation of color #D5E4AD: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5E4AD is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 173 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.11 |
| HSL | 76.36º | 0.5% | 0.79% | - |
| HSV(B) | 76.36º | 0.24% | 0.89% | - |
| XYZ | 62.73 | 72.65 | 50.25 | - |
| YUV | 217.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 173 | 0.07 | 0 | 0.24 | 0.11 | 76.36 | 0.5 | 0.79 |
| Hex | D5 | E4 | AD | 7 | 0 | 18 | B | 4C | 32 | 4F |
| Octal | 325 | 344 | 255 | 7 | 0 | 30 | 13 | 114 | 62 | 117 |
| Binary | 11010101 | 11100100 | 10101101 | 111 | 0 | 11000 | 1011 | 1001100 | 110010 | 1001111 |
Color Harmonies of #D5E4AD
Complementary color
Monochromatic Colors of #D5E4AD
Black with #D5E4AD
Text Example
Text Example
White with #D5E4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4AD; }
p { color: rgb(213,228,173); }
H1.HeaderClassName
{
color: #D5E4AD;
}
.AnyTagClassName
{
color: #D5E4AD;
}
</style>
background-color css
<style>
a { background-color: #D5E4AD; }
a { background-color: rgb(213,228,173); }
div.DivClassName
{
background-color: #D5E4AD;
}
.BgClassName
{
background-color: #D5E4AD;
}
</style>
border-color css
<style>
span { border-color: #D5E4AD; }
span { border-color: rgb(213,228,173); }
td.TdClassName
{
border-color: #D5E4AD;
}
.TagClassName
{
border-color: #D5E4AD;
}
</style>