Shades of Ottoman #D1D2D0
Tints of Ottoman #D1D2D0
RGB
CMYK
RGB Variations
Color information
#D1D2D0 (or 0xD1D2D0) is known color: Ottoman. HEX triplet: D1, D2 and D0. RGB value is (209,210,208). Sum of RGB (Red+Green+Blue) = 209+210+208=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2D0 is #2E2D2F. Grayscale: #D1D1D1. Windows color (decimal): -3026224 or 13685457. OLE color: 13685457.
HSL color Cylindrical-coordinate representation of color #D1D2D0: hue angle of 90º degrees, saturation: 0.02, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1D2D0 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 210 | 208 | - |
CMYK | 0.00 | 0 | 0.01 | 0.18 |
HSL | 90º | 0.02% | 0.82% | - |
HSV(B) | 90º | 0.01% | 0.82% | - |
XYZ | 60.73 | 64.2 | 68.87 | - |
YUV | 209.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 210 | 208 | 0.00 | 0 | 0.01 | 0.18 | 90 | 0.02 | 0.82 |
Hex | D1 | D2 | D0 | 0 | 0 | 1 | 12 | 5A | 2 | 52 |
Octal | 321 | 322 | 320 | 0 | 0 | 1 | 22 | 132 | 2 | 122 |
Binary | 11010001 | 11010010 | 11010000 | 0 | 0 | 1 | 10010 | 1011010 | 10 | 1010010 |
Color Harmonies of #D1D2D0
Complementary color
Monochromatic Colors of #D1D2D0
Black with #D1D2D0
Text Example
Text Example
White with #D1D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2D0; }
p { color: rgb(209,210,208); }
H1.HeaderClassName
{
color: #D1D2D0;
}
.AnyTagClassName
{
color: #D1D2D0;
}
</style>
background-color css
<style>
a { background-color: #D1D2D0; }
a { background-color: rgb(209,210,208); }
div.DivClassName
{
background-color: #D1D2D0;
}
.BgClassName
{
background-color: #D1D2D0;
}
</style>
border-color css
<style>
span { border-color: #D1D2D0; }
span { border-color: rgb(209,210,208); }
td.TdClassName
{
border-color: #D1D2D0;
}
.TagClassName
{
border-color: #D1D2D0;
}
</style>