Shades of Reef #D9ED8D
Tints of Reef #D9ED8D
RGB
CMYK
RGB Variations
Color information
#D9ED8D (or 0xD9ED8D) is known color: Reef. HEX triplet: D9, ED and 8D. RGB value is (217,237,141). Sum of RGB (Red+Green+Blue) = 217+237+141=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9ED8D is #261272. Grayscale: #DCDCDC. Windows color (decimal): -2495091 or 9301465. OLE color: 9301465.
HSL color Cylindrical-coordinate representation of color #D9ED8D: hue angle of 72.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9ED8D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 141 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.07 |
| HSL | 72.5º | 0.73% | 0.74% | - |
| HSV(B) | 72.5º | 0.41% | 0.93% | - |
| XYZ | 63.71 | 77.24 | 36.75 | - |
| YUV | 220.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 141 | 0.08 | 0 | 0.41 | 0.07 | 72.5 | 0.73 | 0.74 |
| Hex | D9 | ED | 8D | 8 | 0 | 29 | 7 | 48 | 49 | 4A |
| Octal | 331 | 355 | 215 | 10 | 0 | 51 | 7 | 110 | 111 | 112 |
| Binary | 11011001 | 11101101 | 10001101 | 1000 | 0 | 101001 | 111 | 1001000 | 1001001 | 1001010 |
Color Harmonies of #D9ED8D
Complementary color
Monochromatic Colors of #D9ED8D
Black with #D9ED8D
Text Example
Text Example
White with #D9ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED8D; }
p { color: rgb(217,237,141); }
H1.HeaderClassName
{
color: #D9ED8D;
}
.AnyTagClassName
{
color: #D9ED8D;
}
</style>
background-color css
<style>
a { background-color: #D9ED8D; }
a { background-color: rgb(217,237,141); }
div.DivClassName
{
background-color: #D9ED8D;
}
.BgClassName
{
background-color: #D9ED8D;
}
</style>
border-color css
<style>
span { border-color: #D9ED8D; }
span { border-color: rgb(217,237,141); }
td.TdClassName
{
border-color: #D9ED8D;
}
.TagClassName
{
border-color: #D9ED8D;
}
</style>