Shades of Reef #D5EDA9
Tints of Reef #D5EDA9
RGB
CMYK
RGB Variations
Color information
#D5EDA9 (or 0xD5EDA9) is known color: Reef. HEX triplet: D5, ED and A9. RGB value is (213,237,169). Sum of RGB (Red+Green+Blue) = 213+237+169=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 169 (66.41% from 255 or 27.30% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDA9 is #2A1256. Grayscale: #DEDEDE. Windows color (decimal): -2757207 or 11136469. OLE color: 11136469.
HSL color Cylindrical-coordinate representation of color #D5EDA9: hue angle of 81.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5EDA9 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 169 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.07 |
| HSL | 81.18º | 0.65% | 0.8% | - |
| HSV(B) | 81.18º | 0.29% | 0.93% | - |
| XYZ | 64.89 | 77.58 | 49.09 | - |
| YUV | 222.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 169 | 0.10 | 0 | 0.29 | 0.07 | 81.18 | 0.65 | 0.8 |
| Hex | D5 | ED | A9 | A | 0 | 1D | 7 | 51 | 41 | 50 |
| Octal | 325 | 355 | 251 | 12 | 0 | 35 | 7 | 121 | 101 | 120 |
| Binary | 11010101 | 11101101 | 10101001 | 1010 | 0 | 11101 | 111 | 1010001 | 1000001 | 1010000 |
Color Harmonies of #D5EDA9
Complementary color
Monochromatic Colors of #D5EDA9
Black with #D5EDA9
Text Example
Text Example
White with #D5EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDA9; }
p { color: rgb(213,237,169); }
H1.HeaderClassName
{
color: #D5EDA9;
}
.AnyTagClassName
{
color: #D5EDA9;
}
</style>
background-color css
<style>
a { background-color: #D5EDA9; }
a { background-color: rgb(213,237,169); }
div.DivClassName
{
background-color: #D5EDA9;
}
.BgClassName
{
background-color: #D5EDA9;
}
</style>
border-color css
<style>
span { border-color: #D5EDA9; }
span { border-color: rgb(213,237,169); }
td.TdClassName
{
border-color: #D5EDA9;
}
.TagClassName
{
border-color: #D5EDA9;
}
</style>