Shades of Ottoman #D6DDCF
Tints of Ottoman #D6DDCF
RGB
CMYK
RGB Variations
Color information
#D6DDCF (or 0xD6DDCF) is known color: Ottoman. HEX triplet: D6, DD and CF. RGB value is (214,221,207). Sum of RGB (Red+Green+Blue) = 214+221+207=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCF is #292230. Grayscale: #D9D9D9. Windows color (decimal): -2695729 or 13622742. OLE color: 13622742.
HSL color Cylindrical-coordinate representation of color #D6DDCF: hue angle of 90º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DDCF is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 207 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.13 |
| HSL | 90º | 0.17% | 0.84% | - |
| HSV(B) | 90º | 0.06% | 0.87% | - |
| XYZ | 64.85 | 70.51 | 69.22 | - |
| YUV | 217.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 207 | 0.03 | 0 | 0.06 | 0.13 | 90 | 0.17 | 0.84 |
| Hex | D6 | DD | CF | 3 | 0 | 6 | D | 5A | 11 | 54 |
| Octal | 326 | 335 | 317 | 3 | 0 | 6 | 15 | 132 | 21 | 124 |
| Binary | 11010110 | 11011101 | 11001111 | 11 | 0 | 110 | 1101 | 1011010 | 10001 | 1010100 |
Color Harmonies of #D6DDCF
Complementary color
Monochromatic Colors of #D6DDCF
Black with #D6DDCF
Text Example
Text Example
White with #D6DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDCF; }
p { color: rgb(214,221,207); }
H1.HeaderClassName
{
color: #D6DDCF;
}
.AnyTagClassName
{
color: #D6DDCF;
}
</style>
background-color css
<style>
a { background-color: #D6DDCF; }
a { background-color: rgb(214,221,207); }
div.DivClassName
{
background-color: #D6DDCF;
}
.BgClassName
{
background-color: #D6DDCF;
}
</style>
border-color css
<style>
span { border-color: #D6DDCF; }
span { border-color: rgb(214,221,207); }
td.TdClassName
{
border-color: #D6DDCF;
}
.TagClassName
{
border-color: #D6DDCF;
}
</style>