Shades of Ottoman #D0DEBD
Tints of Ottoman #D0DEBD
RGB
CMYK
RGB Variations
Color information
#D0DEBD (or 0xD0DEBD) is known color: Ottoman. HEX triplet: D0, DE and BD. RGB value is (208,222,189). Sum of RGB (Red+Green+Blue) = 208+222+189=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEBD is #2F2142. Grayscale: #D6D6D6. Windows color (decimal): -3088707 or 12443344. OLE color: 12443344.
HSL color Cylindrical-coordinate representation of color #D0DEBD: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DEBD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 189 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.13 |
| HSL | 85.45º | 0.33% | 0.81% | - |
| HSV(B) | 85.45º | 0.15% | 0.87% | - |
| XYZ | 61.32 | 69.33 | 58.29 | - |
| YUV | 214.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 189 | 0.06 | 0 | 0.15 | 0.13 | 85.45 | 0.33 | 0.81 |
| Hex | D0 | DE | BD | 6 | 0 | F | D | 55 | 21 | 51 |
| Octal | 320 | 336 | 275 | 6 | 0 | 17 | 15 | 125 | 41 | 121 |
| Binary | 11010000 | 11011110 | 10111101 | 110 | 0 | 1111 | 1101 | 1010101 | 100001 | 1010001 |
Color Harmonies of #D0DEBD
Complementary color
Monochromatic Colors of #D0DEBD
Black with #D0DEBD
Text Example
Text Example
White with #D0DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEBD; }
p { color: rgb(208,222,189); }
H1.HeaderClassName
{
color: #D0DEBD;
}
.AnyTagClassName
{
color: #D0DEBD;
}
</style>
background-color css
<style>
a { background-color: #D0DEBD; }
a { background-color: rgb(208,222,189); }
div.DivClassName
{
background-color: #D0DEBD;
}
.BgClassName
{
background-color: #D0DEBD;
}
</style>
border-color css
<style>
span { border-color: #D0DEBD; }
span { border-color: rgb(208,222,189); }
td.TdClassName
{
border-color: #D0DEBD;
}
.TagClassName
{
border-color: #D0DEBD;
}
</style>