Shades of Ottoman #D2D7CE
Tints of Ottoman #D2D7CE
RGB
CMYK
RGB Variations
Color information
#D2D7CE (or 0xD2D7CE) is known color: Ottoman. HEX triplet: D2, D7 and CE. RGB value is (210,215,206). Sum of RGB (Red+Green+Blue) = 210+215+206=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7CE is #2D2831. Grayscale: #D4D4D4. Windows color (decimal): -2959410 or 13555666. OLE color: 13555666.
HSL color Cylindrical-coordinate representation of color #D2D7CE: hue angle of 93.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D7CE is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 206 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.16 |
| HSL | 93.33º | 0.1% | 0.83% | - |
| HSV(B) | 93.33º | 0.04% | 0.84% | - |
| XYZ | 62.02 | 66.76 | 68.01 | - |
| YUV | 212.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 206 | 0.02 | 0 | 0.04 | 0.16 | 93.33 | 0.1 | 0.83 |
| Hex | D2 | D7 | CE | 2 | 0 | 4 | 10 | 5D | A | 53 |
| Octal | 322 | 327 | 316 | 2 | 0 | 4 | 20 | 135 | 12 | 123 |
| Binary | 11010010 | 11010111 | 11001110 | 10 | 0 | 100 | 10000 | 1011101 | 1010 | 1010011 |
Color Harmonies of #D2D7CE
Complementary color
Monochromatic Colors of #D2D7CE
Black with #D2D7CE
Text Example
Text Example
White with #D2D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7CE; }
p { color: rgb(210,215,206); }
H1.HeaderClassName
{
color: #D2D7CE;
}
.AnyTagClassName
{
color: #D2D7CE;
}
</style>
background-color css
<style>
a { background-color: #D2D7CE; }
a { background-color: rgb(210,215,206); }
div.DivClassName
{
background-color: #D2D7CE;
}
.BgClassName
{
background-color: #D2D7CE;
}
</style>
border-color css
<style>
span { border-color: #D2D7CE; }
span { border-color: rgb(210,215,206); }
td.TdClassName
{
border-color: #D2D7CE;
}
.TagClassName
{
border-color: #D2D7CE;
}
</style>