Shades of Ottoman #D6DECF
Tints of Ottoman #D6DECF
RGB
CMYK
RGB Variations
Color information
#D6DECF (or 0xD6DECF) is known color: Ottoman. HEX triplet: D6, DE and CF. RGB value is (214,222,207). Sum of RGB (Red+Green+Blue) = 214+222+207=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DECF is #292130. Grayscale: #D9D9D9. Windows color (decimal): -2695473 or 13622998. OLE color: 13622998.
HSL color Cylindrical-coordinate representation of color #D6DECF: hue angle of 92º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DECF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 222 | 207 | - |
CMYK | 0.04 | 0 | 0.07 | 0.13 |
HSL | 92º | 0.19% | 0.84% | - |
HSV(B) | 92º | 0.07% | 0.87% | - |
XYZ | 65.12 | 71.04 | 69.31 | - |
YUV | 217.9 | 121.85 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 222 | 207 | 0.04 | 0 | 0.07 | 0.13 | 92 | 0.19 | 0.84 |
Hex | D6 | DE | CF | 4 | 0 | 7 | D | 5C | 13 | 54 |
Octal | 326 | 336 | 317 | 4 | 0 | 7 | 15 | 134 | 23 | 124 |
Binary | 11010110 | 11011110 | 11001111 | 100 | 0 | 111 | 1101 | 1011100 | 10011 | 1010100 |
Color Harmonies of #D6DECF
Complementary color
Monochromatic Colors of #D6DECF
Black with #D6DECF
Text Example
Text Example
White with #D6DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DECF; }
p { color: rgb(214,222,207); }
H1.HeaderClassName
{
color: #D6DECF;
}
.AnyTagClassName
{
color: #D6DECF;
}
</style>
background-color css
<style>
a { background-color: #D6DECF; }
a { background-color: rgb(214,222,207); }
div.DivClassName
{
background-color: #D6DECF;
}
.BgClassName
{
background-color: #D6DECF;
}
</style>
border-color css
<style>
span { border-color: #D6DECF; }
span { border-color: rgb(214,222,207); }
td.TdClassName
{
border-color: #D6DECF;
}
.TagClassName
{
border-color: #D6DECF;
}
</style>