Shades of Reef #D1DC9E
Tints of Reef #D1DC9E
RGB
CMYK
RGB Variations
Color information
#D1DC9E (or 0xD1DC9E) is known color: Reef. HEX triplet: D1, DC and 9E. RGB value is (209,220,158). Sum of RGB (Red+Green+Blue) = 209+220+158=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC9E is #2E2361. Grayscale: #D1D1D1. Windows color (decimal): -3023714 or 10411217. OLE color: 10411217.
HSL color Cylindrical-coordinate representation of color #D1DC9E: hue angle of 70.65º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1DC9E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 158 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.14 |
| HSL | 70.65º | 0.47% | 0.74% | - |
| HSV(B) | 70.65º | 0.28% | 0.86% | - |
| XYZ | 58.06 | 67.21 | 42.26 | - |
| YUV | 209.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 158 | 0.05 | 0 | 0.28 | 0.14 | 70.65 | 0.47 | 0.74 |
| Hex | D1 | DC | 9E | 5 | 0 | 1C | E | 47 | 2F | 4A |
| Octal | 321 | 334 | 236 | 5 | 0 | 34 | 16 | 107 | 57 | 112 |
| Binary | 11010001 | 11011100 | 10011110 | 101 | 0 | 11100 | 1110 | 1000111 | 101111 | 1001010 |
Color Harmonies of #D1DC9E
Complementary color
Monochromatic Colors of #D1DC9E
Black with #D1DC9E
Text Example
Text Example
White with #D1DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC9E; }
p { color: rgb(209,220,158); }
H1.HeaderClassName
{
color: #D1DC9E;
}
.AnyTagClassName
{
color: #D1DC9E;
}
</style>
background-color css
<style>
a { background-color: #D1DC9E; }
a { background-color: rgb(209,220,158); }
div.DivClassName
{
background-color: #D1DC9E;
}
.BgClassName
{
background-color: #D1DC9E;
}
</style>
border-color css
<style>
span { border-color: #D1DC9E; }
span { border-color: rgb(209,220,158); }
td.TdClassName
{
border-color: #D1DC9E;
}
.TagClassName
{
border-color: #D1DC9E;
}
</style>