Shades of Reef #D9EDAB
Tints of Reef #D9EDAB
RGB
CMYK
RGB Variations
Color information
#D9EDAB (or 0xD9EDAB) is known color: Reef. HEX triplet: D9, ED and AB. RGB value is (217,237,171). Sum of RGB (Red+Green+Blue) = 217+237+171=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EDAB is #261254. Grayscale: #DFDFDF. Windows color (decimal): -2495061 or 11267545. OLE color: 11267545.
HSL color Cylindrical-coordinate representation of color #D9EDAB: hue angle of 78.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9EDAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 171 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 78.18º | 0.65% | 0.8% | - |
| HSV(B) | 78.18º | 0.28% | 0.93% | - |
| XYZ | 66.25 | 78.26 | 50.14 | - |
| YUV | 223.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 171 | 0.08 | 0 | 0.28 | 0.07 | 78.18 | 0.65 | 0.8 |
| Hex | D9 | ED | AB | 8 | 0 | 1C | 7 | 4E | 41 | 50 |
| Octal | 331 | 355 | 253 | 10 | 0 | 34 | 7 | 116 | 101 | 120 |
| Binary | 11011001 | 11101101 | 10101011 | 1000 | 0 | 11100 | 111 | 1001110 | 1000001 | 1010000 |
Color Harmonies of #D9EDAB
Complementary color
Monochromatic Colors of #D9EDAB
Black with #D9EDAB
Text Example
Text Example
White with #D9EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDAB; }
p { color: rgb(217,237,171); }
H1.HeaderClassName
{
color: #D9EDAB;
}
.AnyTagClassName
{
color: #D9EDAB;
}
</style>
background-color css
<style>
a { background-color: #D9EDAB; }
a { background-color: rgb(217,237,171); }
div.DivClassName
{
background-color: #D9EDAB;
}
.BgClassName
{
background-color: #D9EDAB;
}
</style>
border-color css
<style>
span { border-color: #D9EDAB; }
span { border-color: rgb(217,237,171); }
td.TdClassName
{
border-color: #D9EDAB;
}
.TagClassName
{
border-color: #D9EDAB;
}
</style>