Shades of Ottoman #D2DEC9
Tints of Ottoman #D2DEC9
RGB
CMYK
RGB Variations
Color information
#D2DEC9 (or 0xD2DEC9) is known color: Ottoman. HEX triplet: D2, DE and C9. RGB value is (210,222,201). Sum of RGB (Red+Green+Blue) = 210+222+201=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEC9 is #2D2136. Grayscale: #D8D8D8. Windows color (decimal): -2957623 or 13229778. OLE color: 13229778.
HSL color Cylindrical-coordinate representation of color #D2DEC9: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DEC9 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 201 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.13 |
| HSL | 94.29º | 0.24% | 0.83% | - |
| HSV(B) | 94.29º | 0.09% | 0.87% | - |
| XYZ | 63.24 | 70.16 | 65.47 | - |
| YUV | 216.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 201 | 0.05 | 0 | 0.09 | 0.13 | 94.29 | 0.24 | 0.83 |
| Hex | D2 | DE | C9 | 5 | 0 | 9 | D | 5E | 18 | 53 |
| Octal | 322 | 336 | 311 | 5 | 0 | 11 | 15 | 136 | 30 | 123 |
| Binary | 11010010 | 11011110 | 11001001 | 101 | 0 | 1001 | 1101 | 1011110 | 11000 | 1010011 |
Color Harmonies of #D2DEC9
Complementary color
Monochromatic Colors of #D2DEC9
Black with #D2DEC9
Text Example
Text Example
White with #D2DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEC9; }
p { color: rgb(210,222,201); }
H1.HeaderClassName
{
color: #D2DEC9;
}
.AnyTagClassName
{
color: #D2DEC9;
}
</style>
background-color css
<style>
a { background-color: #D2DEC9; }
a { background-color: rgb(210,222,201); }
div.DivClassName
{
background-color: #D2DEC9;
}
.BgClassName
{
background-color: #D2DEC9;
}
</style>
border-color css
<style>
span { border-color: #D2DEC9; }
span { border-color: rgb(210,222,201); }
td.TdClassName
{
border-color: #D2DEC9;
}
.TagClassName
{
border-color: #D2DEC9;
}
</style>