Shades of Ottoman #D5E3C6
Tints of Ottoman #D5E3C6
RGB
CMYK
RGB Variations
Color information
#D5E3C6 (or 0xD5E3C6) is known color: Ottoman. HEX triplet: D5, E3 and C6. RGB value is (213,227,198). Sum of RGB (Red+Green+Blue) = 213+227+198=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3C6 is #2A1C39. Grayscale: #DBDBDB. Windows color (decimal): -2759738 or 13034453. OLE color: 13034453.
HSL color Cylindrical-coordinate representation of color #D5E3C6: hue angle of 88.97º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5E3C6 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 198 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.11 |
| HSL | 88.97º | 0.34% | 0.83% | - |
| HSV(B) | 88.97º | 0.13% | 0.89% | - |
| XYZ | 65.1 | 73.16 | 64.12 | - |
| YUV | 219.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 198 | 0.06 | 0 | 0.13 | 0.11 | 88.97 | 0.34 | 0.83 |
| Hex | D5 | E3 | C6 | 6 | 0 | D | B | 59 | 22 | 53 |
| Octal | 325 | 343 | 306 | 6 | 0 | 15 | 13 | 131 | 42 | 123 |
| Binary | 11010101 | 11100011 | 11000110 | 110 | 0 | 1101 | 1011 | 1011001 | 100010 | 1010011 |
Color Harmonies of #D5E3C6
Complementary color
Monochromatic Colors of #D5E3C6
Black with #D5E3C6
Text Example
Text Example
White with #D5E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3C6; }
p { color: rgb(213,227,198); }
H1.HeaderClassName
{
color: #D5E3C6;
}
.AnyTagClassName
{
color: #D5E3C6;
}
</style>
background-color css
<style>
a { background-color: #D5E3C6; }
a { background-color: rgb(213,227,198); }
div.DivClassName
{
background-color: #D5E3C6;
}
.BgClassName
{
background-color: #D5E3C6;
}
</style>
border-color css
<style>
span { border-color: #D5E3C6; }
span { border-color: rgb(213,227,198); }
td.TdClassName
{
border-color: #D5E3C6;
}
.TagClassName
{
border-color: #D5E3C6;
}
</style>