Shades of Reef #D1ED9E
Tints of Reef #D1ED9E
RGB
CMYK
RGB Variations
Color information
#D1ED9E (or 0xD1ED9E) is known color: Reef. HEX triplet: D1, ED and 9E. RGB value is (209,237,158). Sum of RGB (Red+Green+Blue) = 209+237+158=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ED9E is #2E1261. Grayscale: #DBDBDB. Windows color (decimal): -3019362 or 10415569. OLE color: 10415569.
HSL color Cylindrical-coordinate representation of color #D1ED9E: hue angle of 81.27º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1ED9E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 158 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.07 |
| HSL | 81.27º | 0.69% | 0.77% | - |
| HSV(B) | 81.27º | 0.33% | 0.93% | - |
| XYZ | 62.75 | 76.59 | 43.82 | - |
| YUV | 219.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 158 | 0.12 | 0 | 0.33 | 0.07 | 81.27 | 0.69 | 0.77 |
| Hex | D1 | ED | 9E | C | 0 | 21 | 7 | 51 | 45 | 4D |
| Octal | 321 | 355 | 236 | 14 | 0 | 41 | 7 | 121 | 105 | 115 |
| Binary | 11010001 | 11101101 | 10011110 | 1100 | 0 | 100001 | 111 | 1010001 | 1000101 | 1001101 |
Color Harmonies of #D1ED9E
Complementary color
Monochromatic Colors of #D1ED9E
Black with #D1ED9E
Text Example
Text Example
White with #D1ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED9E; }
p { color: rgb(209,237,158); }
H1.HeaderClassName
{
color: #D1ED9E;
}
.AnyTagClassName
{
color: #D1ED9E;
}
</style>
background-color css
<style>
a { background-color: #D1ED9E; }
a { background-color: rgb(209,237,158); }
div.DivClassName
{
background-color: #D1ED9E;
}
.BgClassName
{
background-color: #D1ED9E;
}
</style>
border-color css
<style>
span { border-color: #D1ED9E; }
span { border-color: rgb(209,237,158); }
td.TdClassName
{
border-color: #D1ED9E;
}
.TagClassName
{
border-color: #D1ED9E;
}
</style>