Shades of Ottoman #D1DCC4
Tints of Ottoman #D1DCC4
RGB
CMYK
RGB Variations
Color information
#D1DCC4 (or 0xD1DCC4) is known color: Ottoman. HEX triplet: D1, DC and C4. RGB value is (209,220,196). Sum of RGB (Red+Green+Blue) = 209+220+196=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC4 is #2E233B. Grayscale: #D6D6D6. Windows color (decimal): -3023676 or 12901585. OLE color: 12901585.
HSL color Cylindrical-coordinate representation of color #D1DCC4: hue angle of 87.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DCC4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 220 | 196 | - |
CMYK | 0.05 | 0 | 0.11 | 0.14 |
HSL | 87.5º | 0.26% | 0.82% | - |
HSV(B) | 87.5º | 0.11% | 0.86% | - |
XYZ | 61.85 | 68.73 | 62.23 | - |
YUV | 213.98 | 117.86 | 124.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 220 | 196 | 0.05 | 0 | 0.11 | 0.14 | 87.5 | 0.26 | 0.82 |
Hex | D1 | DC | C4 | 5 | 0 | B | E | 57 | 1A | 52 |
Octal | 321 | 334 | 304 | 5 | 0 | 13 | 16 | 127 | 32 | 122 |
Binary | 11010001 | 11011100 | 11000100 | 101 | 0 | 1011 | 1110 | 1010111 | 11010 | 1010010 |
Color Harmonies of #D1DCC4
Complementary color
Monochromatic Colors of #D1DCC4
Black with #D1DCC4
Text Example
Text Example
White with #D1DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCC4; }
p { color: rgb(209,220,196); }
H1.HeaderClassName
{
color: #D1DCC4;
}
.AnyTagClassName
{
color: #D1DCC4;
}
</style>
background-color css
<style>
a { background-color: #D1DCC4; }
a { background-color: rgb(209,220,196); }
div.DivClassName
{
background-color: #D1DCC4;
}
.BgClassName
{
background-color: #D1DCC4;
}
</style>
border-color css
<style>
span { border-color: #D1DCC4; }
span { border-color: rgb(209,220,196); }
td.TdClassName
{
border-color: #D1DCC4;
}
.TagClassName
{
border-color: #D1DCC4;
}
</style>