Shades of Ottoman #D6DECC
Tints of Ottoman #D6DECC
RGB
CMYK
RGB Variations
Color information
#D6DECC (or 0xD6DECC) is known color: Ottoman. HEX triplet: D6, DE and CC. RGB value is (214,222,204). Sum of RGB (Red+Green+Blue) = 214+222+204=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DECC is #292133. Grayscale: #D9D9D9. Windows color (decimal): -2695476 or 13426390. OLE color: 13426390.
HSL color Cylindrical-coordinate representation of color #D6DECC: hue angle of 86.67º degrees, saturation: 0.21, 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 #D6DECC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 222 | 204 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.13 |
| HSL | 86.67º | 0.21% | 0.84% | - |
| HSV(B) | 86.67º | 0.08% | 0.87% | - |
| XYZ | 64.75 | 70.9 | 67.4 | - |
| YUV | 217.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 204 | 0.04 | 0 | 0.08 | 0.13 | 86.67 | 0.21 | 0.84 |
| Hex | D6 | DE | CC | 4 | 0 | 8 | D | 57 | 15 | 54 |
| Octal | 326 | 336 | 314 | 4 | 0 | 10 | 15 | 127 | 25 | 124 |
| Binary | 11010110 | 11011110 | 11001100 | 100 | 0 | 1000 | 1101 | 1010111 | 10101 | 1010100 |
Color Harmonies of #D6DECC
Complementary color
Monochromatic Colors of #D6DECC
Black with #D6DECC
Text Example
Text Example
White with #D6DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DECC; }
p { color: rgb(214,222,204); }
H1.HeaderClassName
{
color: #D6DECC;
}
.AnyTagClassName
{
color: #D6DECC;
}
</style>
background-color css
<style>
a { background-color: #D6DECC; }
a { background-color: rgb(214,222,204); }
div.DivClassName
{
background-color: #D6DECC;
}
.BgClassName
{
background-color: #D6DECC;
}
</style>
border-color css
<style>
span { border-color: #D6DECC; }
span { border-color: rgb(214,222,204); }
td.TdClassName
{
border-color: #D6DECC;
}
.TagClassName
{
border-color: #D6DECC;
}
</style>