Shades of Ottoman #D2DDC0
Tints of Ottoman #D2DDC0
RGB
CMYK
RGB Variations
Color information
#D2DDC0 (or 0xD2DDC0) is known color: Ottoman. HEX triplet: D2, DD and C0. RGB value is (210,221,192). Sum of RGB (Red+Green+Blue) = 210+221+192=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC0 is #2D223F. Grayscale: #D6D6D6. Windows color (decimal): -2957888 or 12639698. OLE color: 12639698.
HSL color Cylindrical-coordinate representation of color #D2DDC0: hue angle of 82.76º degrees, saturation: 0.3, 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 #D2DDC0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 192 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.13 |
| HSL | 82.76º | 0.3% | 0.81% | - |
| HSV(B) | 82.76º | 0.13% | 0.87% | - |
| XYZ | 61.95 | 69.22 | 59.96 | - |
| YUV | 214.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 192 | 0.05 | 0 | 0.13 | 0.13 | 82.76 | 0.3 | 0.81 |
| Hex | D2 | DD | C0 | 5 | 0 | D | D | 53 | 1E | 51 |
| Octal | 322 | 335 | 300 | 5 | 0 | 15 | 15 | 123 | 36 | 121 |
| Binary | 11010010 | 11011101 | 11000000 | 101 | 0 | 1101 | 1101 | 1010011 | 11110 | 1010001 |
Color Harmonies of #D2DDC0
Complementary color
Monochromatic Colors of #D2DDC0
Black with #D2DDC0
Text Example
Text Example
White with #D2DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDC0; }
p { color: rgb(210,221,192); }
H1.HeaderClassName
{
color: #D2DDC0;
}
.AnyTagClassName
{
color: #D2DDC0;
}
</style>
background-color css
<style>
a { background-color: #D2DDC0; }
a { background-color: rgb(210,221,192); }
div.DivClassName
{
background-color: #D2DDC0;
}
.BgClassName
{
background-color: #D2DDC0;
}
</style>
border-color css
<style>
span { border-color: #D2DDC0; }
span { border-color: rgb(210,221,192); }
td.TdClassName
{
border-color: #D2DDC0;
}
.TagClassName
{
border-color: #D2DDC0;
}
</style>