Shades of Ottoman #D2D5CE
Tints of Ottoman #D2D5CE
RGB
CMYK
RGB Variations
Color information
#D2D5CE (or 0xD2D5CE) is known color: Ottoman. HEX triplet: D2, D5 and CE. RGB value is (210,213,206). Sum of RGB (Red+Green+Blue) = 210+213+206=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5CE is #2D2A31. Grayscale: #D3D3D3. Windows color (decimal): -2959922 or 13555154. OLE color: 13555154.
HSL color Cylindrical-coordinate representation of color #D2D5CE: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D5CE is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 206 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.16 |
| HSL | 85.71º | 0.08% | 0.82% | - |
| HSV(B) | 85.71º | 0.03% | 0.84% | - |
| XYZ | 61.51 | 65.75 | 67.84 | - |
| YUV | 211.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 206 | 0.01 | 0 | 0.03 | 0.16 | 85.71 | 0.08 | 0.82 |
| Hex | D2 | D5 | CE | 1 | 0 | 3 | 10 | 56 | 8 | 52 |
| Octal | 322 | 325 | 316 | 1 | 0 | 3 | 20 | 126 | 10 | 122 |
| Binary | 11010010 | 11010101 | 11001110 | 1 | 0 | 11 | 10000 | 1010110 | 1000 | 1010010 |
Color Harmonies of #D2D5CE
Complementary color
Monochromatic Colors of #D2D5CE
Black with #D2D5CE
Text Example
Text Example
White with #D2D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5CE; }
p { color: rgb(210,213,206); }
H1.HeaderClassName
{
color: #D2D5CE;
}
.AnyTagClassName
{
color: #D2D5CE;
}
</style>
background-color css
<style>
a { background-color: #D2D5CE; }
a { background-color: rgb(210,213,206); }
div.DivClassName
{
background-color: #D2D5CE;
}
.BgClassName
{
background-color: #D2D5CE;
}
</style>
border-color css
<style>
span { border-color: #D2D5CE; }
span { border-color: rgb(210,213,206); }
td.TdClassName
{
border-color: #D2D5CE;
}
.TagClassName
{
border-color: #D2D5CE;
}
</style>