Shades of Reef #D9EDAD
Tints of Reef #D9EDAD
RGB
CMYK
RGB Variations
Color information
#D9EDAD (or 0xD9EDAD) is known color: Reef. HEX triplet: D9, ED and AD. RGB value is (217,237,173). Sum of RGB (Red+Green+Blue) = 217+237+173=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EDAD is #261252. Grayscale: #DFDFDF. Windows color (decimal): -2495059 or 11398617. OLE color: 11398617.
HSL color Cylindrical-coordinate representation of color #D9EDAD: hue angle of 78.75º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9EDAD is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 173 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 78.75º | 0.64% | 0.8% | - |
| HSV(B) | 78.75º | 0.27% | 0.93% | - |
| XYZ | 66.44 | 78.34 | 51.15 | - |
| YUV | 223.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 173 | 0.08 | 0 | 0.27 | 0.07 | 78.75 | 0.64 | 0.8 |
| Hex | D9 | ED | AD | 8 | 0 | 1B | 7 | 4F | 40 | 50 |
| Octal | 331 | 355 | 255 | 10 | 0 | 33 | 7 | 117 | 100 | 120 |
| Binary | 11011001 | 11101101 | 10101101 | 1000 | 0 | 11011 | 111 | 1001111 | 1000000 | 1010000 |
Color Harmonies of #D9EDAD
Complementary color
Monochromatic Colors of #D9EDAD
Black with #D9EDAD
Text Example
Text Example
White with #D9EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDAD; }
p { color: rgb(217,237,173); }
H1.HeaderClassName
{
color: #D9EDAD;
}
.AnyTagClassName
{
color: #D9EDAD;
}
</style>
background-color css
<style>
a { background-color: #D9EDAD; }
a { background-color: rgb(217,237,173); }
div.DivClassName
{
background-color: #D9EDAD;
}
.BgClassName
{
background-color: #D9EDAD;
}
</style>
border-color css
<style>
span { border-color: #D9EDAD; }
span { border-color: rgb(217,237,173); }
td.TdClassName
{
border-color: #D9EDAD;
}
.TagClassName
{
border-color: #D9EDAD;
}
</style>