Shades of Reef #D1DD9F
Tints of Reef #D1DD9F
RGB
CMYK
RGB Variations
Color information
#D1DD9F (or 0xD1DD9F) is known color: Reef. HEX triplet: D1, DD and 9F. RGB value is (209,221,159). Sum of RGB (Red+Green+Blue) = 209+221+159=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DD9F is #2E2260. Grayscale: #D2D2D2. Windows color (decimal): -3023457 or 10477009. OLE color: 10477009.
HSL color Cylindrical-coordinate representation of color #D1DD9F: hue angle of 71.61º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1DD9F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 159 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.13 |
| HSL | 71.61º | 0.48% | 0.75% | - |
| HSV(B) | 71.61º | 0.28% | 0.87% | - |
| XYZ | 58.41 | 67.77 | 42.8 | - |
| YUV | 210.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 159 | 0.05 | 0 | 0.28 | 0.13 | 71.61 | 0.48 | 0.75 |
| Hex | D1 | DD | 9F | 5 | 0 | 1C | D | 48 | 30 | 4B |
| Octal | 321 | 335 | 237 | 5 | 0 | 34 | 15 | 110 | 60 | 113 |
| Binary | 11010001 | 11011101 | 10011111 | 101 | 0 | 11100 | 1101 | 1001000 | 110000 | 1001011 |
Color Harmonies of #D1DD9F
Complementary color
Monochromatic Colors of #D1DD9F
Black with #D1DD9F
Text Example
Text Example
White with #D1DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD9F; }
p { color: rgb(209,221,159); }
H1.HeaderClassName
{
color: #D1DD9F;
}
.AnyTagClassName
{
color: #D1DD9F;
}
</style>
background-color css
<style>
a { background-color: #D1DD9F; }
a { background-color: rgb(209,221,159); }
div.DivClassName
{
background-color: #D1DD9F;
}
.BgClassName
{
background-color: #D1DD9F;
}
</style>
border-color css
<style>
span { border-color: #D1DD9F; }
span { border-color: rgb(209,221,159); }
td.TdClassName
{
border-color: #D1DD9F;
}
.TagClassName
{
border-color: #D1DD9F;
}
</style>