Shades of Ottoman #D3E0C3
Tints of Ottoman #D3E0C3
RGB
CMYK
RGB Variations
Color information
#D3E0C3 (or 0xD3E0C3) is known color: Ottoman. HEX triplet: D3, E0 and C3. RGB value is (211,224,195). Sum of RGB (Red+Green+Blue) = 211+224+195=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0C3 is #2C1F3C. Grayscale: #D8D8D8. Windows color (decimal): -2891581 or 12837075. OLE color: 12837075.
HSL color Cylindrical-coordinate representation of color #D3E0C3: hue angle of 86.9º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3E0C3 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 195 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.12 |
| HSL | 86.9º | 0.32% | 0.82% | - |
| HSV(B) | 86.9º | 0.13% | 0.88% | - |
| XYZ | 63.37 | 71.1 | 62.01 | - |
| YUV | 216.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 195 | 0.06 | 0 | 0.13 | 0.12 | 86.9 | 0.32 | 0.82 |
| Hex | D3 | E0 | C3 | 6 | 0 | D | C | 57 | 20 | 52 |
| Octal | 323 | 340 | 303 | 6 | 0 | 15 | 14 | 127 | 40 | 122 |
| Binary | 11010011 | 11100000 | 11000011 | 110 | 0 | 1101 | 1100 | 1010111 | 100000 | 1010010 |
Color Harmonies of #D3E0C3
Complementary color
Monochromatic Colors of #D3E0C3
Black with #D3E0C3
Text Example
Text Example
White with #D3E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0C3; }
p { color: rgb(211,224,195); }
H1.HeaderClassName
{
color: #D3E0C3;
}
.AnyTagClassName
{
color: #D3E0C3;
}
</style>
background-color css
<style>
a { background-color: #D3E0C3; }
a { background-color: rgb(211,224,195); }
div.DivClassName
{
background-color: #D3E0C3;
}
.BgClassName
{
background-color: #D3E0C3;
}
</style>
border-color css
<style>
span { border-color: #D3E0C3; }
span { border-color: rgb(211,224,195); }
td.TdClassName
{
border-color: #D3E0C3;
}
.TagClassName
{
border-color: #D3E0C3;
}
</style>