Shades of Ottoman #D6DECD
Tints of Ottoman #D6DECD
RGB
CMYK
RGB Variations
Color information
#D6DECD (or 0xD6DECD) is known color: Ottoman. HEX triplet: D6, DE and CD. RGB value is (214,222,205). Sum of RGB (Red+Green+Blue) = 214+222+205=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DECD is #292132. Grayscale: #D9D9D9. Windows color (decimal): -2695475 or 13491926. OLE color: 13491926.
HSL color Cylindrical-coordinate representation of color #D6DECD: hue angle of 88.24º 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 #D6DECD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 222 | 205 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.13 |
| HSL | 88.24º | 0.2% | 0.84% | - |
| HSV(B) | 88.24º | 0.08% | 0.87% | - |
| XYZ | 64.87 | 70.95 | 68.03 | - |
| YUV | 217.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 205 | 0.04 | 0 | 0.08 | 0.13 | 88.24 | 0.2 | 0.84 |
| Hex | D6 | DE | CD | 4 | 0 | 8 | D | 58 | 14 | 54 |
| Octal | 326 | 336 | 315 | 4 | 0 | 10 | 15 | 130 | 24 | 124 |
| Binary | 11010110 | 11011110 | 11001101 | 100 | 0 | 1000 | 1101 | 1011000 | 10100 | 1010100 |
Color Harmonies of #D6DECD
Complementary color
Monochromatic Colors of #D6DECD
Black with #D6DECD
Text Example
Text Example
White with #D6DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DECD; }
p { color: rgb(214,222,205); }
H1.HeaderClassName
{
color: #D6DECD;
}
.AnyTagClassName
{
color: #D6DECD;
}
</style>
background-color css
<style>
a { background-color: #D6DECD; }
a { background-color: rgb(214,222,205); }
div.DivClassName
{
background-color: #D6DECD;
}
.BgClassName
{
background-color: #D6DECD;
}
</style>
border-color css
<style>
span { border-color: #D6DECD; }
span { border-color: rgb(214,222,205); }
td.TdClassName
{
border-color: #D6DECD;
}
.TagClassName
{
border-color: #D6DECD;
}
</style>