Shades of Reef #D5E8A9
Tints of Reef #D5E8A9
RGB
CMYK
RGB Variations
Color information
#D5E8A9 (or 0xD5E8A9) is known color: Reef. HEX triplet: D5, E8 and A9. RGB value is (213,232,169). Sum of RGB (Red+Green+Blue) = 213+232+169=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E8A9 is #2A1756. Grayscale: #DBDBDB. Windows color (decimal): -2758487 or 11135189. OLE color: 11135189.
HSL color Cylindrical-coordinate representation of color #D5E8A9: hue angle of 78.1º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5E8A9 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 169 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.09 |
| HSL | 78.1º | 0.58% | 0.79% | - |
| HSV(B) | 78.1º | 0.27% | 0.91% | - |
| XYZ | 63.46 | 74.72 | 48.61 | - |
| YUV | 219.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 169 | 0.08 | 0 | 0.27 | 0.09 | 78.1 | 0.58 | 0.79 |
| Hex | D5 | E8 | A9 | 8 | 0 | 1B | 9 | 4E | 3A | 4F |
| Octal | 325 | 350 | 251 | 10 | 0 | 33 | 11 | 116 | 72 | 117 |
| Binary | 11010101 | 11101000 | 10101001 | 1000 | 0 | 11011 | 1001 | 1001110 | 111010 | 1001111 |
Color Harmonies of #D5E8A9
Complementary color
Monochromatic Colors of #D5E8A9
Black with #D5E8A9
Text Example
Text Example
White with #D5E8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8A9; }
p { color: rgb(213,232,169); }
H1.HeaderClassName
{
color: #D5E8A9;
}
.AnyTagClassName
{
color: #D5E8A9;
}
</style>
background-color css
<style>
a { background-color: #D5E8A9; }
a { background-color: rgb(213,232,169); }
div.DivClassName
{
background-color: #D5E8A9;
}
.BgClassName
{
background-color: #D5E8A9;
}
</style>
border-color css
<style>
span { border-color: #D5E8A9; }
span { border-color: rgb(213,232,169); }
td.TdClassName
{
border-color: #D5E8A9;
}
.TagClassName
{
border-color: #D5E8A9;
}
</style>