Shades of Ottoman #D1DDC6
Tints of Ottoman #D1DDC6
RGB
CMYK
RGB Variations
Color information
#D1DDC6 (or 0xD1DDC6) is known color: Ottoman. HEX triplet: D1, DD and C6. RGB value is (209,221,198). Sum of RGB (Red+Green+Blue) = 209+221+198=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC6 is #2E2239. Grayscale: #D6D6D6. Windows color (decimal): -3023418 or 13032913. OLE color: 13032913.
HSL color Cylindrical-coordinate representation of color #D1DDC6: hue angle of 91.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DDC6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 221 | 198 | - |
CMYK | 0.05 | 0 | 0.10 | 0.13 |
HSL | 91.3º | 0.25% | 0.82% | - |
HSV(B) | 91.3º | 0.1% | 0.87% | - |
XYZ | 62.34 | 69.35 | 63.53 | - |
YUV | 214.79 | 118.52 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 198 | 0.05 | 0 | 0.10 | 0.13 | 91.3 | 0.25 | 0.82 |
Hex | D1 | DD | C6 | 5 | 0 | A | D | 5B | 19 | 52 |
Octal | 321 | 335 | 306 | 5 | 0 | 12 | 15 | 133 | 31 | 122 |
Binary | 11010001 | 11011101 | 11000110 | 101 | 0 | 1010 | 1101 | 1011011 | 11001 | 1010010 |
Color Harmonies of #D1DDC6
Complementary color
Monochromatic Colors of #D1DDC6
Black with #D1DDC6
Text Example
Text Example
White with #D1DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDC6; }
p { color: rgb(209,221,198); }
H1.HeaderClassName
{
color: #D1DDC6;
}
.AnyTagClassName
{
color: #D1DDC6;
}
</style>
background-color css
<style>
a { background-color: #D1DDC6; }
a { background-color: rgb(209,221,198); }
div.DivClassName
{
background-color: #D1DDC6;
}
.BgClassName
{
background-color: #D1DDC6;
}
</style>
border-color css
<style>
span { border-color: #D1DDC6; }
span { border-color: rgb(209,221,198); }
td.TdClassName
{
border-color: #D1DDC6;
}
.TagClassName
{
border-color: #D1DDC6;
}
</style>