Shades of Ottoman #D6E1CD
Tints of Ottoman #D6E1CD
RGB
CMYK
RGB Variations
Color information
#D6E1CD (or 0xD6E1CD) is known color: Ottoman. HEX triplet: D6, E1 and CD. RGB value is (214,225,205). Sum of RGB (Red+Green+Blue) = 214+225+205=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1CD is #291E32. Grayscale: #DBDBDB. Windows color (decimal): -2694707 or 13492694. OLE color: 13492694.
HSL color Cylindrical-coordinate representation of color #D6E1CD: hue angle of 93º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E1CD is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 205 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.12 |
| HSL | 93º | 0.25% | 0.84% | - |
| HSV(B) | 93º | 0.09% | 0.88% | - |
| XYZ | 65.68 | 72.55 | 68.3 | - |
| YUV | 219.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 205 | 0.05 | 0 | 0.09 | 0.12 | 93 | 0.25 | 0.84 |
| Hex | D6 | E1 | CD | 5 | 0 | 9 | C | 5D | 19 | 54 |
| Octal | 326 | 341 | 315 | 5 | 0 | 11 | 14 | 135 | 31 | 124 |
| Binary | 11010110 | 11100001 | 11001101 | 101 | 0 | 1001 | 1100 | 1011101 | 11001 | 1010100 |
Color Harmonies of #D6E1CD
Complementary color
Monochromatic Colors of #D6E1CD
Black with #D6E1CD
Text Example
Text Example
White with #D6E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1CD; }
p { color: rgb(214,225,205); }
H1.HeaderClassName
{
color: #D6E1CD;
}
.AnyTagClassName
{
color: #D6E1CD;
}
</style>
background-color css
<style>
a { background-color: #D6E1CD; }
a { background-color: rgb(214,225,205); }
div.DivClassName
{
background-color: #D6E1CD;
}
.BgClassName
{
background-color: #D6E1CD;
}
</style>
border-color css
<style>
span { border-color: #D6E1CD; }
span { border-color: rgb(214,225,205); }
td.TdClassName
{
border-color: #D6E1CD;
}
.TagClassName
{
border-color: #D6E1CD;
}
</style>