Shades of Ottoman #D4DECD
Tints of Ottoman #D4DECD
RGB
CMYK
RGB Variations
Color information
#D4DECD (or 0xD4DECD) is known color: Ottoman. HEX triplet: D4, DE and CD. RGB value is (212,222,205). Sum of RGB (Red+Green+Blue) = 212+222+205=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DECD is #2B2132. Grayscale: #D9D9D9. Windows color (decimal): -2826547 or 13491924. OLE color: 13491924.
HSL color Cylindrical-coordinate representation of color #D4DECD: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DECD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 222 | 205 | - |
CMYK | 0.05 | 0 | 0.08 | 0.13 |
HSL | 95.29º | 0.2% | 0.84% | - |
HSV(B) | 95.29º | 0.08% | 0.87% | - |
XYZ | 64.29 | 70.65 | 68.01 | - |
YUV | 217.07 | 121.19 | 124.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 222 | 205 | 0.05 | 0 | 0.08 | 0.13 | 95.29 | 0.2 | 0.84 |
Hex | D4 | DE | CD | 5 | 0 | 8 | D | 5F | 14 | 54 |
Octal | 324 | 336 | 315 | 5 | 0 | 10 | 15 | 137 | 24 | 124 |
Binary | 11010100 | 11011110 | 11001101 | 101 | 0 | 1000 | 1101 | 1011111 | 10100 | 1010100 |
Color Harmonies of #D4DECD
Complementary color
Monochromatic Colors of #D4DECD
Black with #D4DECD
Text Example
Text Example
White with #D4DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DECD; }
p { color: rgb(212,222,205); }
H1.HeaderClassName
{
color: #D4DECD;
}
.AnyTagClassName
{
color: #D4DECD;
}
</style>
background-color css
<style>
a { background-color: #D4DECD; }
a { background-color: rgb(212,222,205); }
div.DivClassName
{
background-color: #D4DECD;
}
.BgClassName
{
background-color: #D4DECD;
}
</style>
border-color css
<style>
span { border-color: #D4DECD; }
span { border-color: rgb(212,222,205); }
td.TdClassName
{
border-color: #D4DECD;
}
.TagClassName
{
border-color: #D4DECD;
}
</style>