Shades of Ottoman #D0D8C4
Tints of Ottoman #D0D8C4
RGB
CMYK
RGB Variations
Color information
#D0D8C4 (or 0xD0D8C4) is known color: Ottoman. HEX triplet: D0, D8 and C4. RGB value is (208,216,196). Sum of RGB (Red+Green+Blue) = 208+216+196=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8C4 is #2F273B. Grayscale: #D3D3D3. Windows color (decimal): -3090236 or 12900560. OLE color: 12900560.
HSL color Cylindrical-coordinate representation of color #D0D8C4: hue angle of 84º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0D8C4 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 196 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.15 |
| HSL | 84º | 0.2% | 0.81% | - |
| HSV(B) | 84º | 0.09% | 0.85% | - |
| XYZ | 60.53 | 66.51 | 61.87 | - |
| YUV | 211.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 196 | 0.04 | 0 | 0.09 | 0.15 | 84 | 0.2 | 0.81 |
| Hex | D0 | D8 | C4 | 4 | 0 | 9 | F | 54 | 14 | 51 |
| Octal | 320 | 330 | 304 | 4 | 0 | 11 | 17 | 124 | 24 | 121 |
| Binary | 11010000 | 11011000 | 11000100 | 100 | 0 | 1001 | 1111 | 1010100 | 10100 | 1010001 |
Color Harmonies of #D0D8C4
Complementary color
Monochromatic Colors of #D0D8C4
Black with #D0D8C4
Text Example
Text Example
White with #D0D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8C4; }
p { color: rgb(208,216,196); }
H1.HeaderClassName
{
color: #D0D8C4;
}
.AnyTagClassName
{
color: #D0D8C4;
}
</style>
background-color css
<style>
a { background-color: #D0D8C4; }
a { background-color: rgb(208,216,196); }
div.DivClassName
{
background-color: #D0D8C4;
}
.BgClassName
{
background-color: #D0D8C4;
}
</style>
border-color css
<style>
span { border-color: #D0D8C4; }
span { border-color: rgb(208,216,196); }
td.TdClassName
{
border-color: #D0D8C4;
}
.TagClassName
{
border-color: #D0D8C4;
}
</style>