Shades of Ottoman #D0DEC8
Tints of Ottoman #D0DEC8
RGB
CMYK
RGB Variations
Color information
#D0DEC8 (or 0xD0DEC8) is known color: Ottoman. HEX triplet: D0, DE and C8. RGB value is (208,222,200). Sum of RGB (Red+Green+Blue) = 208+222+200=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEC8 is #2F2137. Grayscale: #D7D7D7. Windows color (decimal): -3088696 or 13164240. OLE color: 13164240.
HSL color Cylindrical-coordinate representation of color #D0DEC8: hue angle of 98.18º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DEC8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 200 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.13 |
| HSL | 98.18º | 0.25% | 0.83% | - |
| HSV(B) | 98.18º | 0.1% | 0.87% | - |
| XYZ | 62.56 | 69.82 | 64.82 | - |
| YUV | 215.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 200 | 0.06 | 0 | 0.10 | 0.13 | 98.18 | 0.25 | 0.83 |
| Hex | D0 | DE | C8 | 6 | 0 | A | D | 62 | 19 | 53 |
| Octal | 320 | 336 | 310 | 6 | 0 | 12 | 15 | 142 | 31 | 123 |
| Binary | 11010000 | 11011110 | 11001000 | 110 | 0 | 1010 | 1101 | 1100010 | 11001 | 1010011 |
Color Harmonies of #D0DEC8
Complementary color
Monochromatic Colors of #D0DEC8
Black with #D0DEC8
Text Example
Text Example
White with #D0DEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEC8; }
p { color: rgb(208,222,200); }
H1.HeaderClassName
{
color: #D0DEC8;
}
.AnyTagClassName
{
color: #D0DEC8;
}
</style>
background-color css
<style>
a { background-color: #D0DEC8; }
a { background-color: rgb(208,222,200); }
div.DivClassName
{
background-color: #D0DEC8;
}
.BgClassName
{
background-color: #D0DEC8;
}
</style>
border-color css
<style>
span { border-color: #D0DEC8; }
span { border-color: rgb(208,222,200); }
td.TdClassName
{
border-color: #D0DEC8;
}
.TagClassName
{
border-color: #D0DEC8;
}
</style>