Shades of Ottoman #D2DDC2
Tints of Ottoman #D2DDC2
RGB
CMYK
RGB Variations
Color information
#D2DDC2 (or 0xD2DDC2) is known color: Ottoman. HEX triplet: D2, DD and C2. RGB value is (210,221,194). Sum of RGB (Red+Green+Blue) = 210+221+194=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC2 is #2D223D. Grayscale: #D6D6D6. Windows color (decimal): -2957886 or 12770770. OLE color: 12770770.
HSL color Cylindrical-coordinate representation of color #D2DDC2: hue angle of 84.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DDC2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 221 | 194 | - |
CMYK | 0.05 | 0 | 0.12 | 0.13 |
HSL | 84.44º | 0.28% | 0.81% | - |
HSV(B) | 84.44º | 0.12% | 0.87% | - |
XYZ | 62.17 | 69.31 | 61.14 | - |
YUV | 214.63 | 116.36 | 124.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 194 | 0.05 | 0 | 0.12 | 0.13 | 84.44 | 0.28 | 0.81 |
Hex | D2 | DD | C2 | 5 | 0 | C | D | 54 | 1C | 51 |
Octal | 322 | 335 | 302 | 5 | 0 | 14 | 15 | 124 | 34 | 121 |
Binary | 11010010 | 11011101 | 11000010 | 101 | 0 | 1100 | 1101 | 1010100 | 11100 | 1010001 |
Color Harmonies of #D2DDC2
Complementary color
Monochromatic Colors of #D2DDC2
Black with #D2DDC2
Text Example
Text Example
White with #D2DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDC2; }
p { color: rgb(210,221,194); }
H1.HeaderClassName
{
color: #D2DDC2;
}
.AnyTagClassName
{
color: #D2DDC2;
}
</style>
background-color css
<style>
a { background-color: #D2DDC2; }
a { background-color: rgb(210,221,194); }
div.DivClassName
{
background-color: #D2DDC2;
}
.BgClassName
{
background-color: #D2DDC2;
}
</style>
border-color css
<style>
span { border-color: #D2DDC2; }
span { border-color: rgb(210,221,194); }
td.TdClassName
{
border-color: #D2DDC2;
}
.TagClassName
{
border-color: #D2DDC2;
}
</style>