Shades of Ottoman #D4E3C6
Tints of Ottoman #D4E3C6
RGB
CMYK
RGB Variations
Color information
#D4E3C6 (or 0xD4E3C6) is known color: Ottoman. HEX triplet: D4, E3 and C6. RGB value is (212,227,198). Sum of RGB (Red+Green+Blue) = 212+227+198=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E3C6 is #2B1C39. Grayscale: #DBDBDB. Windows color (decimal): -2825274 or 13034452. OLE color: 13034452.
HSL color Cylindrical-coordinate representation of color #D4E3C6: hue angle of 91.03º 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 #D4E3C6 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 198 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.11 |
| HSL | 91.03º | 0.34% | 0.83% | - |
| HSV(B) | 91.03º | 0.13% | 0.89% | - |
| XYZ | 64.81 | 73.01 | 64.1 | - |
| YUV | 219.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 198 | 0.07 | 0 | 0.13 | 0.11 | 91.03 | 0.34 | 0.83 |
| Hex | D4 | E3 | C6 | 7 | 0 | D | B | 5B | 22 | 53 |
| Octal | 324 | 343 | 306 | 7 | 0 | 15 | 13 | 133 | 42 | 123 |
| Binary | 11010100 | 11100011 | 11000110 | 111 | 0 | 1101 | 1011 | 1011011 | 100010 | 1010011 |
Color Harmonies of #D4E3C6
Complementary color
Monochromatic Colors of #D4E3C6
Black with #D4E3C6
Text Example
Text Example
White with #D4E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E3C6; }
p { color: rgb(212,227,198); }
H1.HeaderClassName
{
color: #D4E3C6;
}
.AnyTagClassName
{
color: #D4E3C6;
}
</style>
background-color css
<style>
a { background-color: #D4E3C6; }
a { background-color: rgb(212,227,198); }
div.DivClassName
{
background-color: #D4E3C6;
}
.BgClassName
{
background-color: #D4E3C6;
}
</style>
border-color css
<style>
span { border-color: #D4E3C6; }
span { border-color: rgb(212,227,198); }
td.TdClassName
{
border-color: #D4E3C6;
}
.TagClassName
{
border-color: #D4E3C6;
}
</style>