Shades of Ottoman #D2D7CC
Tints of Ottoman #D2D7CC
RGB
CMYK
RGB Variations
Color information
#D2D7CC (or 0xD2D7CC) is known color: Ottoman. HEX triplet: D2, D7 and CC. RGB value is (210,215,204). Sum of RGB (Red+Green+Blue) = 210+215+204=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7CC is #2D2833. Grayscale: #D4D4D4. Windows color (decimal): -2959412 or 13424594. OLE color: 13424594.
HSL color Cylindrical-coordinate representation of color #D2D7CC: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2D7CC is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 204 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.16 |
| HSL | 87.27º | 0.12% | 0.82% | - |
| HSV(B) | 87.27º | 0.05% | 0.84% | - |
| XYZ | 61.78 | 66.66 | 66.74 | - |
| YUV | 212.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 204 | 0.02 | 0 | 0.05 | 0.16 | 87.27 | 0.12 | 0.82 |
| Hex | D2 | D7 | CC | 2 | 0 | 5 | 10 | 57 | C | 52 |
| Octal | 322 | 327 | 314 | 2 | 0 | 5 | 20 | 127 | 14 | 122 |
| Binary | 11010010 | 11010111 | 11001100 | 10 | 0 | 101 | 10000 | 1010111 | 1100 | 1010010 |
Color Harmonies of #D2D7CC
Complementary color
Monochromatic Colors of #D2D7CC
Black with #D2D7CC
Text Example
Text Example
White with #D2D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7CC; }
p { color: rgb(210,215,204); }
H1.HeaderClassName
{
color: #D2D7CC;
}
.AnyTagClassName
{
color: #D2D7CC;
}
</style>
background-color css
<style>
a { background-color: #D2D7CC; }
a { background-color: rgb(210,215,204); }
div.DivClassName
{
background-color: #D2D7CC;
}
.BgClassName
{
background-color: #D2D7CC;
}
</style>
border-color css
<style>
span { border-color: #D2D7CC; }
span { border-color: rgb(210,215,204); }
td.TdClassName
{
border-color: #D2D7CC;
}
.TagClassName
{
border-color: #D2D7CC;
}
</style>