Shades of Ottoman #D2DDC3
Tints of Ottoman #D2DDC3
RGB
CMYK
RGB Variations
Color information
#D2DDC3 (or 0xD2DDC3) is known color: Ottoman. HEX triplet: D2, DD and C3. RGB value is (210,221,195). Sum of RGB (Red+Green+Blue) = 210+221+195=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC3 is #2D223C. Grayscale: #D6D6D6. Windows color (decimal): -2957885 or 12836306. OLE color: 12836306.
HSL color Cylindrical-coordinate representation of color #D2DDC3: hue angle of 85.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DDC3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 221 | 195 | - |
CMYK | 0.05 | 0 | 0.12 | 0.13 |
HSL | 85.38º | 0.28% | 0.82% | - |
HSV(B) | 85.38º | 0.12% | 0.87% | - |
XYZ | 62.29 | 69.35 | 61.73 | - |
YUV | 214.75 | 116.86 | 124.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 195 | 0.05 | 0 | 0.12 | 0.13 | 85.38 | 0.28 | 0.82 |
Hex | D2 | DD | C3 | 5 | 0 | C | D | 55 | 1C | 52 |
Octal | 322 | 335 | 303 | 5 | 0 | 14 | 15 | 125 | 34 | 122 |
Binary | 11010010 | 11011101 | 11000011 | 101 | 0 | 1100 | 1101 | 1010101 | 11100 | 1010010 |
Color Harmonies of #D2DDC3
Complementary color
Monochromatic Colors of #D2DDC3
Black with #D2DDC3
Text Example
Text Example
White with #D2DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDC3; }
p { color: rgb(210,221,195); }
H1.HeaderClassName
{
color: #D2DDC3;
}
.AnyTagClassName
{
color: #D2DDC3;
}
</style>
background-color css
<style>
a { background-color: #D2DDC3; }
a { background-color: rgb(210,221,195); }
div.DivClassName
{
background-color: #D2DDC3;
}
.BgClassName
{
background-color: #D2DDC3;
}
</style>
border-color css
<style>
span { border-color: #D2DDC3; }
span { border-color: rgb(210,221,195); }
td.TdClassName
{
border-color: #D2DDC3;
}
.TagClassName
{
border-color: #D2DDC3;
}
</style>