Shades of Ottoman #D0DBBE
Tints of Ottoman #D0DBBE
RGB
CMYK
RGB Variations
Color information
#D0DBBE (or 0xD0DBBE) is known color: Ottoman. HEX triplet: D0, DB and BE. RGB value is (208,219,190). Sum of RGB (Red+Green+Blue) = 208+219+190=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBE is #2F2441. Grayscale: #D4D4D4. Windows color (decimal): -3089474 or 12508112. OLE color: 12508112.
HSL color Cylindrical-coordinate representation of color #D0DBBE: hue angle of 82.76º degrees, saturation: 0.29, 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 #D0DBBE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 219 | 190 | - |
CMYK | 0.05 | 0 | 0.13 | 0.14 |
HSL | 82.76º | 0.29% | 0.8% | - |
HSV(B) | 82.76º | 0.13% | 0.86% | - |
XYZ | 60.64 | 67.79 | 58.6 | - |
YUV | 212.41 | 115.36 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 190 | 0.05 | 0 | 0.13 | 0.14 | 82.76 | 0.29 | 0.8 |
Hex | D0 | DB | BE | 5 | 0 | D | E | 53 | 1D | 50 |
Octal | 320 | 333 | 276 | 5 | 0 | 15 | 16 | 123 | 35 | 120 |
Binary | 11010000 | 11011011 | 10111110 | 101 | 0 | 1101 | 1110 | 1010011 | 11101 | 1010000 |
Color Harmonies of #D0DBBE
Complementary color
Monochromatic Colors of #D0DBBE
Black with #D0DBBE
Text Example
Text Example
White with #D0DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBBE; }
p { color: rgb(208,219,190); }
H1.HeaderClassName
{
color: #D0DBBE;
}
.AnyTagClassName
{
color: #D0DBBE;
}
</style>
background-color css
<style>
a { background-color: #D0DBBE; }
a { background-color: rgb(208,219,190); }
div.DivClassName
{
background-color: #D0DBBE;
}
.BgClassName
{
background-color: #D0DBBE;
}
</style>
border-color css
<style>
span { border-color: #D0DBBE; }
span { border-color: rgb(208,219,190); }
td.TdClassName
{
border-color: #D0DBBE;
}
.TagClassName
{
border-color: #D0DBBE;
}
</style>