Shades of Ottoman #D0D6C7
Tints of Ottoman #D0D6C7
RGB
CMYK
RGB Variations
Color information
#D0D6C7 (or 0xD0D6C7) is known color: Ottoman. HEX triplet: D0, D6 and C7. RGB value is (208,214,199). Sum of RGB (Red+Green+Blue) = 208+214+199=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6C7 is #2F2938. Grayscale: #D2D2D2. Windows color (decimal): -3090745 or 13096656. OLE color: 13096656.
HSL color Cylindrical-coordinate representation of color #D0D6C7: hue angle of 84º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D6C7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 199 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.16 |
| HSL | 84º | 0.15% | 0.81% | - |
| HSV(B) | 84º | 0.07% | 0.84% | - |
| XYZ | 60.37 | 65.63 | 63.52 | - |
| YUV | 210.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 199 | 0.03 | 0 | 0.07 | 0.16 | 84 | 0.15 | 0.81 |
| Hex | D0 | D6 | C7 | 3 | 0 | 7 | 10 | 54 | F | 51 |
| Octal | 320 | 326 | 307 | 3 | 0 | 7 | 20 | 124 | 17 | 121 |
| Binary | 11010000 | 11010110 | 11000111 | 11 | 0 | 111 | 10000 | 1010100 | 1111 | 1010001 |
Color Harmonies of #D0D6C7
Complementary color
Monochromatic Colors of #D0D6C7
Black with #D0D6C7
Text Example
Text Example
White with #D0D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6C7; }
p { color: rgb(208,214,199); }
H1.HeaderClassName
{
color: #D0D6C7;
}
.AnyTagClassName
{
color: #D0D6C7;
}
</style>
background-color css
<style>
a { background-color: #D0D6C7; }
a { background-color: rgb(208,214,199); }
div.DivClassName
{
background-color: #D0D6C7;
}
.BgClassName
{
background-color: #D0D6C7;
}
</style>
border-color css
<style>
span { border-color: #D0D6C7; }
span { border-color: rgb(208,214,199); }
td.TdClassName
{
border-color: #D0D6C7;
}
.TagClassName
{
border-color: #D0D6C7;
}
</style>