Shades of Ottoman #D6DFCE
Tints of Ottoman #D6DFCE
RGB
CMYK
RGB Variations
Color information
#D6DFCE (or 0xD6DFCE) is known color: Ottoman. HEX triplet: D6, DF and CE. RGB value is (214,223,206). Sum of RGB (Red+Green+Blue) = 214+223+206=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFCE is #292031. Grayscale: #DADADA. Windows color (decimal): -2695218 or 13557718. OLE color: 13557718.
HSL color Cylindrical-coordinate representation of color #D6DFCE: hue angle of 91.76º 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 #D6DFCE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 206 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.13 |
| HSL | 91.76º | 0.21% | 0.84% | - |
| HSV(B) | 91.76º | 0.08% | 0.87% | - |
| XYZ | 65.26 | 71.53 | 68.76 | - |
| YUV | 218.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 206 | 0.04 | 0 | 0.08 | 0.13 | 91.76 | 0.21 | 0.84 |
| Hex | D6 | DF | CE | 4 | 0 | 8 | D | 5C | 15 | 54 |
| Octal | 326 | 337 | 316 | 4 | 0 | 10 | 15 | 134 | 25 | 124 |
| Binary | 11010110 | 11011111 | 11001110 | 100 | 0 | 1000 | 1101 | 1011100 | 10101 | 1010100 |
Color Harmonies of #D6DFCE
Complementary color
Monochromatic Colors of #D6DFCE
Black with #D6DFCE
Text Example
Text Example
White with #D6DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFCE; }
p { color: rgb(214,223,206); }
H1.HeaderClassName
{
color: #D6DFCE;
}
.AnyTagClassName
{
color: #D6DFCE;
}
</style>
background-color css
<style>
a { background-color: #D6DFCE; }
a { background-color: rgb(214,223,206); }
div.DivClassName
{
background-color: #D6DFCE;
}
.BgClassName
{
background-color: #D6DFCE;
}
</style>
border-color css
<style>
span { border-color: #D6DFCE; }
span { border-color: rgb(214,223,206); }
td.TdClassName
{
border-color: #D6DFCE;
}
.TagClassName
{
border-color: #D6DFCE;
}
</style>