Shades of Ottoman #D0DCC3
Tints of Ottoman #D0DCC3
RGB
CMYK
RGB Variations
Color information
#D0DCC3 (or 0xD0DCC3) is known color: Ottoman. HEX triplet: D0, DC and C3. RGB value is (208,220,195). Sum of RGB (Red+Green+Blue) = 208+220+195=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCC3 is #2F233C. Grayscale: #D5D5D5. Windows color (decimal): -3089213 or 12836048. OLE color: 12836048.
HSL color Cylindrical-coordinate representation of color #D0DCC3: hue angle of 88.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DCC3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 220 | 195 | - |
CMYK | 0.05 | 0 | 0.11 | 0.14 |
HSL | 88.8º | 0.26% | 0.81% | - |
HSV(B) | 88.8º | 0.11% | 0.86% | - |
XYZ | 61.46 | 68.54 | 61.62 | - |
YUV | 213.56 | 117.52 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 220 | 195 | 0.05 | 0 | 0.11 | 0.14 | 88.8 | 0.26 | 0.81 |
Hex | D0 | DC | C3 | 5 | 0 | B | E | 59 | 1A | 51 |
Octal | 320 | 334 | 303 | 5 | 0 | 13 | 16 | 131 | 32 | 121 |
Binary | 11010000 | 11011100 | 11000011 | 101 | 0 | 1011 | 1110 | 1011001 | 11010 | 1010001 |
Color Harmonies of #D0DCC3
Complementary color
Monochromatic Colors of #D0DCC3
Black with #D0DCC3
Text Example
Text Example
White with #D0DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCC3; }
p { color: rgb(208,220,195); }
H1.HeaderClassName
{
color: #D0DCC3;
}
.AnyTagClassName
{
color: #D0DCC3;
}
</style>
background-color css
<style>
a { background-color: #D0DCC3; }
a { background-color: rgb(208,220,195); }
div.DivClassName
{
background-color: #D0DCC3;
}
.BgClassName
{
background-color: #D0DCC3;
}
</style>
border-color css
<style>
span { border-color: #D0DCC3; }
span { border-color: rgb(208,220,195); }
td.TdClassName
{
border-color: #D0DCC3;
}
.TagClassName
{
border-color: #D0DCC3;
}
</style>