Shades of Ottoman #D0DDBD
Tints of Ottoman #D0DDBD
RGB
CMYK
RGB Variations
Color information
#D0DDBD (or 0xD0DDBD) is known color: Ottoman. HEX triplet: D0, DD and BD. RGB value is (208,221,189). Sum of RGB (Red+Green+Blue) = 208+221+189=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDBD is #2F2242. Grayscale: #D5D5D5. Windows color (decimal): -3088963 or 12443088. OLE color: 12443088.
HSL color Cylindrical-coordinate representation of color #D0DDBD: hue angle of 84.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DDBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 221 | 189 | - |
CMYK | 0.06 | 0 | 0.14 | 0.13 |
HSL | 84.38º | 0.32% | 0.8% | - |
HSV(B) | 84.38º | 0.14% | 0.87% | - |
XYZ | 61.05 | 68.8 | 58.21 | - |
YUV | 213.47 | 114.19 | 124.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 189 | 0.06 | 0 | 0.14 | 0.13 | 84.38 | 0.32 | 0.8 |
Hex | D0 | DD | BD | 6 | 0 | E | D | 54 | 20 | 50 |
Octal | 320 | 335 | 275 | 6 | 0 | 16 | 15 | 124 | 40 | 120 |
Binary | 11010000 | 11011101 | 10111101 | 110 | 0 | 1110 | 1101 | 1010100 | 100000 | 1010000 |
Color Harmonies of #D0DDBD
Complementary color
Monochromatic Colors of #D0DDBD
Black with #D0DDBD
Text Example
Text Example
White with #D0DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDBD; }
p { color: rgb(208,221,189); }
H1.HeaderClassName
{
color: #D0DDBD;
}
.AnyTagClassName
{
color: #D0DDBD;
}
</style>
background-color css
<style>
a { background-color: #D0DDBD; }
a { background-color: rgb(208,221,189); }
div.DivClassName
{
background-color: #D0DDBD;
}
.BgClassName
{
background-color: #D0DDBD;
}
</style>
border-color css
<style>
span { border-color: #D0DDBD; }
span { border-color: rgb(208,221,189); }
td.TdClassName
{
border-color: #D0DDBD;
}
.TagClassName
{
border-color: #D0DDBD;
}
</style>