Shades of Ottoman #D0DEBF
Tints of Ottoman #D0DEBF
RGB
CMYK
RGB Variations
Color information
#D0DEBF (or 0xD0DEBF) is known color: Ottoman. HEX triplet: D0, DE and BF. RGB value is (208,222,191). Sum of RGB (Red+Green+Blue) = 208+222+191=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEBF is #2F2140. Grayscale: #D6D6D6. Windows color (decimal): -3088705 or 12574416. OLE color: 12574416.
HSL color Cylindrical-coordinate representation of color #D0DEBF: hue angle of 87.1º degrees, saturation: 0.32, 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 #D0DEBF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 191 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.13 |
| HSL | 87.1º | 0.32% | 0.81% | - |
| HSV(B) | 87.1º | 0.14% | 0.87% | - |
| XYZ | 61.54 | 69.41 | 59.45 | - |
| YUV | 214.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 191 | 0.06 | 0 | 0.14 | 0.13 | 87.1 | 0.32 | 0.81 |
| Hex | D0 | DE | BF | 6 | 0 | E | D | 57 | 20 | 51 |
| Octal | 320 | 336 | 277 | 6 | 0 | 16 | 15 | 127 | 40 | 121 |
| Binary | 11010000 | 11011110 | 10111111 | 110 | 0 | 1110 | 1101 | 1010111 | 100000 | 1010001 |
Color Harmonies of #D0DEBF
Complementary color
Monochromatic Colors of #D0DEBF
Black with #D0DEBF
Text Example
Text Example
White with #D0DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEBF; }
p { color: rgb(208,222,191); }
H1.HeaderClassName
{
color: #D0DEBF;
}
.AnyTagClassName
{
color: #D0DEBF;
}
</style>
background-color css
<style>
a { background-color: #D0DEBF; }
a { background-color: rgb(208,222,191); }
div.DivClassName
{
background-color: #D0DEBF;
}
.BgClassName
{
background-color: #D0DEBF;
}
</style>
border-color css
<style>
span { border-color: #D0DEBF; }
span { border-color: rgb(208,222,191); }
td.TdClassName
{
border-color: #D0DEBF;
}
.TagClassName
{
border-color: #D0DEBF;
}
</style>