Shades of Ottoman #D4E0C3
Tints of Ottoman #D4E0C3
RGB
CMYK
RGB Variations
Color information
#D4E0C3 (or 0xD4E0C3) is known color: Ottoman. HEX triplet: D4, E0 and C3. RGB value is (212,224,195). Sum of RGB (Red+Green+Blue) = 212+224+195=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0C3 is #2B1F3C. Grayscale: #D9D9D9. Windows color (decimal): -2826045 or 12837076. OLE color: 12837076.
HSL color Cylindrical-coordinate representation of color #D4E0C3: hue angle of 84.83º 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 #D4E0C3 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 195 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.12 |
| HSL | 84.83º | 0.32% | 0.82% | - |
| HSV(B) | 84.83º | 0.13% | 0.88% | - |
| XYZ | 63.66 | 71.25 | 62.03 | - |
| YUV | 217.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 195 | 0.05 | 0 | 0.13 | 0.12 | 84.83 | 0.32 | 0.82 |
| Hex | D4 | E0 | C3 | 5 | 0 | D | C | 55 | 20 | 52 |
| Octal | 324 | 340 | 303 | 5 | 0 | 15 | 14 | 125 | 40 | 122 |
| Binary | 11010100 | 11100000 | 11000011 | 101 | 0 | 1101 | 1100 | 1010101 | 100000 | 1010010 |
Color Harmonies of #D4E0C3
Complementary color
Monochromatic Colors of #D4E0C3
Black with #D4E0C3
Text Example
Text Example
White with #D4E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E0C3; }
p { color: rgb(212,224,195); }
H1.HeaderClassName
{
color: #D4E0C3;
}
.AnyTagClassName
{
color: #D4E0C3;
}
</style>
background-color css
<style>
a { background-color: #D4E0C3; }
a { background-color: rgb(212,224,195); }
div.DivClassName
{
background-color: #D4E0C3;
}
.BgClassName
{
background-color: #D4E0C3;
}
</style>
border-color css
<style>
span { border-color: #D4E0C3; }
span { border-color: rgb(212,224,195); }
td.TdClassName
{
border-color: #D4E0C3;
}
.TagClassName
{
border-color: #D4E0C3;
}
</style>