Shades of Ottoman #D4DDCB
Tints of Ottoman #D4DDCB
RGB
CMYK
RGB Variations
Color information
#D4DDCB (or 0xD4DDCB) is known color: Ottoman. HEX triplet: D4, DD and CB. RGB value is (212,221,203). Sum of RGB (Red+Green+Blue) = 212+221+203=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCB is #2B2234. Grayscale: #D8D8D8. Windows color (decimal): -2826805 or 13360596. OLE color: 13360596.
HSL color Cylindrical-coordinate representation of color #D4DDCB: hue angle of 90º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DDCB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 203 | - |
CMYK | 0.04 | 0 | 0.08 | 0.13 |
HSL | 90º | 0.21% | 0.83% | - |
HSV(B) | 90º | 0.08% | 0.87% | - |
XYZ | 63.79 | 70.02 | 66.65 | - |
YUV | 216.26 | 120.52 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 203 | 0.04 | 0 | 0.08 | 0.13 | 90 | 0.21 | 0.83 |
Hex | D4 | DD | CB | 4 | 0 | 8 | D | 5A | 15 | 53 |
Octal | 324 | 335 | 313 | 4 | 0 | 10 | 15 | 132 | 25 | 123 |
Binary | 11010100 | 11011101 | 11001011 | 100 | 0 | 1000 | 1101 | 1011010 | 10101 | 1010011 |
Color Harmonies of #D4DDCB
Complementary color
Monochromatic Colors of #D4DDCB
Black with #D4DDCB
Text Example
Text Example
White with #D4DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDCB; }
p { color: rgb(212,221,203); }
H1.HeaderClassName
{
color: #D4DDCB;
}
.AnyTagClassName
{
color: #D4DDCB;
}
</style>
background-color css
<style>
a { background-color: #D4DDCB; }
a { background-color: rgb(212,221,203); }
div.DivClassName
{
background-color: #D4DDCB;
}
.BgClassName
{
background-color: #D4DDCB;
}
</style>
border-color css
<style>
span { border-color: #D4DDCB; }
span { border-color: rgb(212,221,203); }
td.TdClassName
{
border-color: #D4DDCB;
}
.TagClassName
{
border-color: #D4DDCB;
}
</style>