Shades of Ottoman #D0DBBF
Tints of Ottoman #D0DBBF
RGB
CMYK
RGB Variations
Color information
#D0DBBF (or 0xD0DBBF) is known color: Ottoman. HEX triplet: D0, DB and BF. RGB value is (208,219,191). Sum of RGB (Red+Green+Blue) = 208+219+191=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBF is #2F2440. Grayscale: #D4D4D4. Windows color (decimal): -3089473 or 12573648. OLE color: 12573648.
HSL color Cylindrical-coordinate representation of color #D0DBBF: hue angle of 83.57º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DBBF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 191 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.14 |
| HSL | 83.57º | 0.28% | 0.8% | - |
| HSV(B) | 83.57º | 0.13% | 0.86% | - |
| XYZ | 60.75 | 67.83 | 59.18 | - |
| YUV | 212.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 191 | 0.05 | 0 | 0.13 | 0.14 | 83.57 | 0.28 | 0.8 |
| Hex | D0 | DB | BF | 5 | 0 | D | E | 54 | 1C | 50 |
| Octal | 320 | 333 | 277 | 5 | 0 | 15 | 16 | 124 | 34 | 120 |
| Binary | 11010000 | 11011011 | 10111111 | 101 | 0 | 1101 | 1110 | 1010100 | 11100 | 1010000 |
Color Harmonies of #D0DBBF
Complementary color
Monochromatic Colors of #D0DBBF
Black with #D0DBBF
Text Example
Text Example
White with #D0DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBBF; }
p { color: rgb(208,219,191); }
H1.HeaderClassName
{
color: #D0DBBF;
}
.AnyTagClassName
{
color: #D0DBBF;
}
</style>
background-color css
<style>
a { background-color: #D0DBBF; }
a { background-color: rgb(208,219,191); }
div.DivClassName
{
background-color: #D0DBBF;
}
.BgClassName
{
background-color: #D0DBBF;
}
</style>
border-color css
<style>
span { border-color: #D0DBBF; }
span { border-color: rgb(208,219,191); }
td.TdClassName
{
border-color: #D0DBBF;
}
.TagClassName
{
border-color: #D0DBBF;
}
</style>