Shades of Ottoman #D2DCC2
Tints of Ottoman #D2DCC2
RGB
CMYK
RGB Variations
Color information
#D2DCC2 (or 0xD2DCC2) is known color: Ottoman. HEX triplet: D2, DC and C2. RGB value is (210,220,194). Sum of RGB (Red+Green+Blue) = 210+220+194=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC2 is #2D233D. Grayscale: #D6D6D6. Windows color (decimal): -2958142 or 12770514. OLE color: 12770514.
HSL color Cylindrical-coordinate representation of color #D2DCC2: hue angle of 83.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DCC2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 194 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.14 |
| HSL | 83.08º | 0.27% | 0.81% | - |
| HSV(B) | 83.08º | 0.12% | 0.86% | - |
| XYZ | 61.91 | 68.78 | 61.05 | - |
| YUV | 214.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 194 | 0.05 | 0 | 0.12 | 0.14 | 83.08 | 0.27 | 0.81 |
| Hex | D2 | DC | C2 | 5 | 0 | C | E | 53 | 1B | 51 |
| Octal | 322 | 334 | 302 | 5 | 0 | 14 | 16 | 123 | 33 | 121 |
| Binary | 11010010 | 11011100 | 11000010 | 101 | 0 | 1100 | 1110 | 1010011 | 11011 | 1010001 |
Color Harmonies of #D2DCC2
Complementary color
Monochromatic Colors of #D2DCC2
Black with #D2DCC2
Text Example
Text Example
White with #D2DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCC2; }
p { color: rgb(210,220,194); }
H1.HeaderClassName
{
color: #D2DCC2;
}
.AnyTagClassName
{
color: #D2DCC2;
}
</style>
background-color css
<style>
a { background-color: #D2DCC2; }
a { background-color: rgb(210,220,194); }
div.DivClassName
{
background-color: #D2DCC2;
}
.BgClassName
{
background-color: #D2DCC2;
}
</style>
border-color css
<style>
span { border-color: #D2DCC2; }
span { border-color: rgb(210,220,194); }
td.TdClassName
{
border-color: #D2DCC2;
}
.TagClassName
{
border-color: #D2DCC2;
}
</style>