Shades of Reef #D1DD9D
Tints of Reef #D1DD9D
RGB
CMYK
RGB Variations
Color information
#D1DD9D (or 0xD1DD9D) is known color: Reef. HEX triplet: D1, DD and 9D. RGB value is (209,221,157). Sum of RGB (Red+Green+Blue) = 209+221+157=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DD9D is #2E2262. Grayscale: #D2D2D2. Windows color (decimal): -3023459 or 10345937. OLE color: 10345937.
HSL color Cylindrical-coordinate representation of color #D1DD9D: hue angle of 71.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1DD9D is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 157 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.13 |
| HSL | 71.25º | 0.48% | 0.74% | - |
| HSV(B) | 71.25º | 0.29% | 0.87% | - |
| XYZ | 58.24 | 67.7 | 41.9 | - |
| YUV | 210.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 157 | 0.05 | 0 | 0.29 | 0.13 | 71.25 | 0.48 | 0.74 |
| Hex | D1 | DD | 9D | 5 | 0 | 1D | D | 47 | 30 | 4A |
| Octal | 321 | 335 | 235 | 5 | 0 | 35 | 15 | 107 | 60 | 112 |
| Binary | 11010001 | 11011101 | 10011101 | 101 | 0 | 11101 | 1101 | 1000111 | 110000 | 1001010 |
Color Harmonies of #D1DD9D
Complementary color
Monochromatic Colors of #D1DD9D
Black with #D1DD9D
Text Example
Text Example
White with #D1DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD9D; }
p { color: rgb(209,221,157); }
H1.HeaderClassName
{
color: #D1DD9D;
}
.AnyTagClassName
{
color: #D1DD9D;
}
</style>
background-color css
<style>
a { background-color: #D1DD9D; }
a { background-color: rgb(209,221,157); }
div.DivClassName
{
background-color: #D1DD9D;
}
.BgClassName
{
background-color: #D1DD9D;
}
</style>
border-color css
<style>
span { border-color: #D1DD9D; }
span { border-color: rgb(209,221,157); }
td.TdClassName
{
border-color: #D1DD9D;
}
.TagClassName
{
border-color: #D1DD9D;
}
</style>