Shades of Reef #D0DDA7
Tints of Reef #D0DDA7
RGB
CMYK
RGB Variations
Color information
#D0DDA7 (or 0xD0DDA7) is known color: Reef. HEX triplet: D0, DD and A7. RGB value is (208,221,167). Sum of RGB (Red+Green+Blue) = 208+221+167=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDA7 is #2F2258. Grayscale: #D3D3D3. Windows color (decimal): -3088985 or 11001296. OLE color: 11001296.
HSL color Cylindrical-coordinate representation of color #D0DDA7: hue angle of 74.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0DDA7 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 167 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.13 |
| HSL | 74.44º | 0.44% | 0.76% | - |
| HSV(B) | 74.44º | 0.24% | 0.87% | - |
| XYZ | 58.84 | 67.91 | 46.57 | - |
| YUV | 210.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 167 | 0.06 | 0 | 0.24 | 0.13 | 74.44 | 0.44 | 0.76 |
| Hex | D0 | DD | A7 | 6 | 0 | 18 | D | 4A | 2C | 4C |
| Octal | 320 | 335 | 247 | 6 | 0 | 30 | 15 | 112 | 54 | 114 |
| Binary | 11010000 | 11011101 | 10100111 | 110 | 0 | 11000 | 1101 | 1001010 | 101100 | 1001100 |
Color Harmonies of #D0DDA7
Complementary color
Monochromatic Colors of #D0DDA7
Black with #D0DDA7
Text Example
Text Example
White with #D0DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDA7; }
p { color: rgb(208,221,167); }
H1.HeaderClassName
{
color: #D0DDA7;
}
.AnyTagClassName
{
color: #D0DDA7;
}
</style>
background-color css
<style>
a { background-color: #D0DDA7; }
a { background-color: rgb(208,221,167); }
div.DivClassName
{
background-color: #D0DDA7;
}
.BgClassName
{
background-color: #D0DDA7;
}
</style>
border-color css
<style>
span { border-color: #D0DDA7; }
span { border-color: rgb(208,221,167); }
td.TdClassName
{
border-color: #D0DDA7;
}
.TagClassName
{
border-color: #D0DDA7;
}
</style>