Shades of Ottoman #D2DCC8
Tints of Ottoman #D2DCC8
RGB
CMYK
RGB Variations
Color information
#D2DCC8 (or 0xD2DCC8) is known color: Ottoman. HEX triplet: D2, DC and C8. RGB value is (210,220,200). Sum of RGB (Red+Green+Blue) = 210+220+200=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC8 is #2D2337. Grayscale: #D6D6D6. Windows color (decimal): -2958136 or 13163730. OLE color: 13163730.
HSL color Cylindrical-coordinate representation of color #D2DCC8: hue angle of 90º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DCC8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 200 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.14 |
| HSL | 90º | 0.22% | 0.82% | - |
| HSV(B) | 90º | 0.09% | 0.86% | - |
| XYZ | 62.6 | 69.06 | 64.67 | - |
| YUV | 214.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 200 | 0.05 | 0 | 0.09 | 0.14 | 90 | 0.22 | 0.82 |
| Hex | D2 | DC | C8 | 5 | 0 | 9 | E | 5A | 16 | 52 |
| Octal | 322 | 334 | 310 | 5 | 0 | 11 | 16 | 132 | 26 | 122 |
| Binary | 11010010 | 11011100 | 11001000 | 101 | 0 | 1001 | 1110 | 1011010 | 10110 | 1010010 |
Color Harmonies of #D2DCC8
Complementary color
Monochromatic Colors of #D2DCC8
Black with #D2DCC8
Text Example
Text Example
White with #D2DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCC8; }
p { color: rgb(210,220,200); }
H1.HeaderClassName
{
color: #D2DCC8;
}
.AnyTagClassName
{
color: #D2DCC8;
}
</style>
background-color css
<style>
a { background-color: #D2DCC8; }
a { background-color: rgb(210,220,200); }
div.DivClassName
{
background-color: #D2DCC8;
}
.BgClassName
{
background-color: #D2DCC8;
}
</style>
border-color css
<style>
span { border-color: #D2DCC8; }
span { border-color: rgb(210,220,200); }
td.TdClassName
{
border-color: #D2DCC8;
}
.TagClassName
{
border-color: #D2DCC8;
}
</style>