Shades of Ottoman #D6E1C8
Tints of Ottoman #D6E1C8
RGB
CMYK
RGB Variations
Color information
#D6E1C8 (or 0xD6E1C8) is known color: Ottoman. HEX triplet: D6, E1 and C8. RGB value is (214,225,200). Sum of RGB (Red+Green+Blue) = 214+225+200=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1C8 is #291E37. Grayscale: #DADADA. Windows color (decimal): -2694712 or 13165014. OLE color: 13165014.
HSL color Cylindrical-coordinate representation of color #D6E1C8: hue angle of 86.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E1C8 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 200 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.12 |
| HSL | 86.4º | 0.29% | 0.83% | - |
| HSV(B) | 86.4º | 0.11% | 0.88% | - |
| XYZ | 65.08 | 72.32 | 65.17 | - |
| YUV | 218.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 200 | 0.05 | 0 | 0.11 | 0.12 | 86.4 | 0.29 | 0.83 |
| Hex | D6 | E1 | C8 | 5 | 0 | B | C | 56 | 1D | 53 |
| Octal | 326 | 341 | 310 | 5 | 0 | 13 | 14 | 126 | 35 | 123 |
| Binary | 11010110 | 11100001 | 11001000 | 101 | 0 | 1011 | 1100 | 1010110 | 11101 | 1010011 |
Color Harmonies of #D6E1C8
Complementary color
Monochromatic Colors of #D6E1C8
Black with #D6E1C8
Text Example
Text Example
White with #D6E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1C8; }
p { color: rgb(214,225,200); }
H1.HeaderClassName
{
color: #D6E1C8;
}
.AnyTagClassName
{
color: #D6E1C8;
}
</style>
background-color css
<style>
a { background-color: #D6E1C8; }
a { background-color: rgb(214,225,200); }
div.DivClassName
{
background-color: #D6E1C8;
}
.BgClassName
{
background-color: #D6E1C8;
}
</style>
border-color css
<style>
span { border-color: #D6E1C8; }
span { border-color: rgb(214,225,200); }
td.TdClassName
{
border-color: #D6E1C8;
}
.TagClassName
{
border-color: #D6E1C8;
}
</style>