Shades of Ottoman #D0DDBE
Tints of Ottoman #D0DDBE
RGB
CMYK
RGB Variations
Color information
#D0DDBE (or 0xD0DDBE) is known color: Ottoman. HEX triplet: D0, DD and BE. RGB value is (208,221,190). Sum of RGB (Red+Green+Blue) = 208+221+190=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDBE is #2F2241. Grayscale: #D5D5D5. Windows color (decimal): -3088962 or 12508624. OLE color: 12508624.
HSL color Cylindrical-coordinate representation of color #D0DDBE: hue angle of 85.16º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DDBE is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 190 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.13 |
| HSL | 85.16º | 0.31% | 0.81% | - |
| HSV(B) | 85.16º | 0.14% | 0.87% | - |
| XYZ | 61.16 | 68.84 | 58.78 | - |
| YUV | 213.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 190 | 0.06 | 0 | 0.14 | 0.13 | 85.16 | 0.31 | 0.81 |
| Hex | D0 | DD | BE | 6 | 0 | E | D | 55 | 1F | 51 |
| Octal | 320 | 335 | 276 | 6 | 0 | 16 | 15 | 125 | 37 | 121 |
| Binary | 11010000 | 11011101 | 10111110 | 110 | 0 | 1110 | 1101 | 1010101 | 11111 | 1010001 |
Color Harmonies of #D0DDBE
Complementary color
Monochromatic Colors of #D0DDBE
Black with #D0DDBE
Text Example
Text Example
White with #D0DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDBE; }
p { color: rgb(208,221,190); }
H1.HeaderClassName
{
color: #D0DDBE;
}
.AnyTagClassName
{
color: #D0DDBE;
}
</style>
background-color css
<style>
a { background-color: #D0DDBE; }
a { background-color: rgb(208,221,190); }
div.DivClassName
{
background-color: #D0DDBE;
}
.BgClassName
{
background-color: #D0DDBE;
}
</style>
border-color css
<style>
span { border-color: #D0DDBE; }
span { border-color: rgb(208,221,190); }
td.TdClassName
{
border-color: #D0DDBE;
}
.TagClassName
{
border-color: #D0DDBE;
}
</style>