Shades of Ottoman #D0DBBD
Tints of Ottoman #D0DBBD
RGB
CMYK
RGB Variations
Color information
#D0DBBD (or 0xD0DBBD) is known color: Ottoman. HEX triplet: D0, DB and BD. RGB value is (208,219,189). Sum of RGB (Red+Green+Blue) = 208+219+189=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBD is #2F2442. Grayscale: #D4D4D4. Windows color (decimal): -3089475 or 12442576. OLE color: 12442576.
HSL color Cylindrical-coordinate representation of color #D0DBBD: hue angle of 82º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DBBD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 189 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.14 |
| HSL | 82º | 0.29% | 0.8% | - |
| HSV(B) | 82º | 0.14% | 0.86% | - |
| XYZ | 60.53 | 67.75 | 58.03 | - |
| YUV | 212.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 189 | 0.05 | 0 | 0.14 | 0.14 | 82 | 0.29 | 0.8 |
| Hex | D0 | DB | BD | 5 | 0 | E | E | 52 | 1D | 50 |
| Octal | 320 | 333 | 275 | 5 | 0 | 16 | 16 | 122 | 35 | 120 |
| Binary | 11010000 | 11011011 | 10111101 | 101 | 0 | 1110 | 1110 | 1010010 | 11101 | 1010000 |
Color Harmonies of #D0DBBD
Complementary color
Monochromatic Colors of #D0DBBD
Black with #D0DBBD
Text Example
Text Example
White with #D0DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBBD; }
p { color: rgb(208,219,189); }
H1.HeaderClassName
{
color: #D0DBBD;
}
.AnyTagClassName
{
color: #D0DBBD;
}
</style>
background-color css
<style>
a { background-color: #D0DBBD; }
a { background-color: rgb(208,219,189); }
div.DivClassName
{
background-color: #D0DBBD;
}
.BgClassName
{
background-color: #D0DBBD;
}
</style>
border-color css
<style>
span { border-color: #D0DBBD; }
span { border-color: rgb(208,219,189); }
td.TdClassName
{
border-color: #D0DBBD;
}
.TagClassName
{
border-color: #D0DBBD;
}
</style>