Shades of Ottoman #D3E2C5
Tints of Ottoman #D3E2C5
RGB
CMYK
RGB Variations
Color information
#D3E2C5 (or 0xD3E2C5) is known color: Ottoman. HEX triplet: D3, E2 and C5. RGB value is (211,226,197). Sum of RGB (Red+Green+Blue) = 211+226+197=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2C5 is #2C1D3A. Grayscale: #DADADA. Windows color (decimal): -2891067 or 12968659. OLE color: 12968659.
HSL color Cylindrical-coordinate representation of color #D3E2C5: hue angle of 91.03º degrees, saturation: 0.33, 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 #D3E2C5 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 197 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.11 |
| HSL | 91.03º | 0.33% | 0.83% | - |
| HSV(B) | 91.03º | 0.13% | 0.89% | - |
| XYZ | 64.14 | 72.27 | 63.39 | - |
| YUV | 218.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 197 | 0.07 | 0 | 0.13 | 0.11 | 91.03 | 0.33 | 0.83 |
| Hex | D3 | E2 | C5 | 7 | 0 | D | B | 5B | 21 | 53 |
| Octal | 323 | 342 | 305 | 7 | 0 | 15 | 13 | 133 | 41 | 123 |
| Binary | 11010011 | 11100010 | 11000101 | 111 | 0 | 1101 | 1011 | 1011011 | 100001 | 1010011 |
Color Harmonies of #D3E2C5
Complementary color
Monochromatic Colors of #D3E2C5
Black with #D3E2C5
Text Example
Text Example
White with #D3E2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2C5; }
p { color: rgb(211,226,197); }
H1.HeaderClassName
{
color: #D3E2C5;
}
.AnyTagClassName
{
color: #D3E2C5;
}
</style>
background-color css
<style>
a { background-color: #D3E2C5; }
a { background-color: rgb(211,226,197); }
div.DivClassName
{
background-color: #D3E2C5;
}
.BgClassName
{
background-color: #D3E2C5;
}
</style>
border-color css
<style>
span { border-color: #D3E2C5; }
span { border-color: rgb(211,226,197); }
td.TdClassName
{
border-color: #D3E2C5;
}
.TagClassName
{
border-color: #D3E2C5;
}
</style>