Shades of Ottoman #D0DDC1
Tints of Ottoman #D0DDC1
RGB
CMYK
RGB Variations
Color information
#D0DDC1 (or 0xD0DDC1) is known color: Ottoman. HEX triplet: D0, DD and C1. RGB value is (208,221,193). Sum of RGB (Red+Green+Blue) = 208+221+193=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDC1 is #2F223E. Grayscale: #D6D6D6. Windows color (decimal): -3088959 or 12705232. OLE color: 12705232.
HSL color Cylindrical-coordinate representation of color #D0DDC1: hue angle of 87.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DDC1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 193 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.13 |
| HSL | 87.86º | 0.29% | 0.81% | - |
| HSV(B) | 87.86º | 0.13% | 0.87% | - |
| XYZ | 61.49 | 68.97 | 60.52 | - |
| YUV | 213.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 193 | 0.06 | 0 | 0.13 | 0.13 | 87.86 | 0.29 | 0.81 |
| Hex | D0 | DD | C1 | 6 | 0 | D | D | 58 | 1D | 51 |
| Octal | 320 | 335 | 301 | 6 | 0 | 15 | 15 | 130 | 35 | 121 |
| Binary | 11010000 | 11011101 | 11000001 | 110 | 0 | 1101 | 1101 | 1011000 | 11101 | 1010001 |
Color Harmonies of #D0DDC1
Complementary color
Monochromatic Colors of #D0DDC1
Black with #D0DDC1
Text Example
Text Example
White with #D0DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDC1; }
p { color: rgb(208,221,193); }
H1.HeaderClassName
{
color: #D0DDC1;
}
.AnyTagClassName
{
color: #D0DDC1;
}
</style>
background-color css
<style>
a { background-color: #D0DDC1; }
a { background-color: rgb(208,221,193); }
div.DivClassName
{
background-color: #D0DDC1;
}
.BgClassName
{
background-color: #D0DDC1;
}
</style>
border-color css
<style>
span { border-color: #D0DDC1; }
span { border-color: rgb(208,221,193); }
td.TdClassName
{
border-color: #D0DDC1;
}
.TagClassName
{
border-color: #D0DDC1;
}
</style>