Shades of Ottoman #D2DCCB
Tints of Ottoman #D2DCCB
RGB
CMYK
RGB Variations
Color information
#D2DCCB (or 0xD2DCCB) is known color: Ottoman. HEX triplet: D2, DC and CB. RGB value is (210,220,203). Sum of RGB (Red+Green+Blue) = 210+220+203=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCB is #2D2334. Grayscale: #D7D7D7. Windows color (decimal): -2958133 or 13360338. OLE color: 13360338.
HSL color Cylindrical-coordinate representation of color #D2DCCB: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DCCB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 203 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.14 |
| HSL | 95.29º | 0.2% | 0.83% | - |
| HSV(B) | 95.29º | 0.08% | 0.86% | - |
| XYZ | 62.95 | 69.2 | 66.54 | - |
| YUV | 215.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 203 | 0.05 | 0 | 0.08 | 0.14 | 95.29 | 0.2 | 0.83 |
| Hex | D2 | DC | CB | 5 | 0 | 8 | E | 5F | 14 | 53 |
| Octal | 322 | 334 | 313 | 5 | 0 | 10 | 16 | 137 | 24 | 123 |
| Binary | 11010010 | 11011100 | 11001011 | 101 | 0 | 1000 | 1110 | 1011111 | 10100 | 1010011 |
Color Harmonies of #D2DCCB
Complementary color
Monochromatic Colors of #D2DCCB
Black with #D2DCCB
Text Example
Text Example
White with #D2DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCCB; }
p { color: rgb(210,220,203); }
H1.HeaderClassName
{
color: #D2DCCB;
}
.AnyTagClassName
{
color: #D2DCCB;
}
</style>
background-color css
<style>
a { background-color: #D2DCCB; }
a { background-color: rgb(210,220,203); }
div.DivClassName
{
background-color: #D2DCCB;
}
.BgClassName
{
background-color: #D2DCCB;
}
</style>
border-color css
<style>
span { border-color: #D2DCCB; }
span { border-color: rgb(210,220,203); }
td.TdClassName
{
border-color: #D2DCCB;
}
.TagClassName
{
border-color: #D2DCCB;
}
</style>