Shades of Ottoman #D0D1CF
Tints of Ottoman #D0D1CF
RGB
CMYK
RGB Variations
Color information
#D0D1CF (or 0xD0D1CF) is known color: Ottoman. HEX triplet: D0, D1 and CF. RGB value is (208,209,207). Sum of RGB (Red+Green+Blue) = 208+209+207=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1CF is #2F2E30. Grayscale: #D0D0D0. Windows color (decimal): -3092017 or 13619664. OLE color: 13619664.
HSL color Cylindrical-coordinate representation of color #D0D1CF: 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 #D0D1CF is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 209 | 207 | - |
CMYK | 0.00 | 0 | 0.01 | 0.18 |
HSL | 90º | 0.02% | 0.82% | - |
HSV(B) | 90º | 0.01% | 0.82% | - |
XYZ | 60.08 | 63.52 | 68.12 | - |
YUV | 208.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 209 | 207 | 0.00 | 0 | 0.01 | 0.18 | 90 | 0.02 | 0.82 |
Hex | D0 | D1 | CF | 0 | 0 | 1 | 12 | 5A | 2 | 52 |
Octal | 320 | 321 | 317 | 0 | 0 | 1 | 22 | 132 | 2 | 122 |
Binary | 11010000 | 11010001 | 11001111 | 0 | 0 | 1 | 10010 | 1011010 | 10 | 1010010 |
Color Harmonies of #D0D1CF
Complementary color
Monochromatic Colors of #D0D1CF
Black with #D0D1CF
Text Example
Text Example
White with #D0D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1CF; }
p { color: rgb(208,209,207); }
H1.HeaderClassName
{
color: #D0D1CF;
}
.AnyTagClassName
{
color: #D0D1CF;
}
</style>
background-color css
<style>
a { background-color: #D0D1CF; }
a { background-color: rgb(208,209,207); }
div.DivClassName
{
background-color: #D0D1CF;
}
.BgClassName
{
background-color: #D0D1CF;
}
</style>
border-color css
<style>
span { border-color: #D0D1CF; }
span { border-color: rgb(208,209,207); }
td.TdClassName
{
border-color: #D0D1CF;
}
.TagClassName
{
border-color: #D0D1CF;
}
</style>