Shades of Reef #D0DD9D
Tints of Reef #D0DD9D
RGB
CMYK
RGB Variations
Color information
#D0DD9D (or 0xD0DD9D) is known color: Reef. HEX triplet: D0, DD and 9D. RGB value is (208,221,157). Sum of RGB (Red+Green+Blue) = 208+221+157=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD9D is #2F2262. Grayscale: #D2D2D2. Windows color (decimal): -3088995 or 10345936. OLE color: 10345936.
HSL color Cylindrical-coordinate representation of color #D0DD9D: hue angle of 72.19º 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 #D0DD9D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 157 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.13 |
| HSL | 72.19º | 0.48% | 0.74% | - |
| HSV(B) | 72.19º | 0.29% | 0.87% | - |
| XYZ | 57.95 | 67.56 | 41.88 | - |
| YUV | 209.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 157 | 0.06 | 0 | 0.29 | 0.13 | 72.19 | 0.48 | 0.74 |
| Hex | D0 | DD | 9D | 6 | 0 | 1D | D | 48 | 30 | 4A |
| Octal | 320 | 335 | 235 | 6 | 0 | 35 | 15 | 110 | 60 | 112 |
| Binary | 11010000 | 11011101 | 10011101 | 110 | 0 | 11101 | 1101 | 1001000 | 110000 | 1001010 |
Color Harmonies of #D0DD9D
Complementary color
Monochromatic Colors of #D0DD9D
Black with #D0DD9D
Text Example
Text Example
White with #D0DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD9D; }
p { color: rgb(208,221,157); }
H1.HeaderClassName
{
color: #D0DD9D;
}
.AnyTagClassName
{
color: #D0DD9D;
}
</style>
background-color css
<style>
a { background-color: #D0DD9D; }
a { background-color: rgb(208,221,157); }
div.DivClassName
{
background-color: #D0DD9D;
}
.BgClassName
{
background-color: #D0DD9D;
}
</style>
border-color css
<style>
span { border-color: #D0DD9D; }
span { border-color: rgb(208,221,157); }
td.TdClassName
{
border-color: #D0DD9D;
}
.TagClassName
{
border-color: #D0DD9D;
}
</style>