Shades of Ottoman #D4E1C4
Tints of Ottoman #D4E1C4
RGB
CMYK
RGB Variations
Color information
#D4E1C4 (or 0xD4E1C4) is known color: Ottoman. HEX triplet: D4, E1 and C4. RGB value is (212,225,196). Sum of RGB (Red+Green+Blue) = 212+225+196=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1C4 is #2B1E3B. Grayscale: #D9D9D9. Windows color (decimal): -2825788 or 12902868. OLE color: 12902868.
HSL color Cylindrical-coordinate representation of color #D4E1C4: hue angle of 86.9º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4E1C4 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 196 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.12 |
| HSL | 86.9º | 0.33% | 0.83% | - |
| HSV(B) | 86.9º | 0.13% | 0.88% | - |
| XYZ | 64.04 | 71.83 | 62.71 | - |
| YUV | 217.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 196 | 0.06 | 0 | 0.13 | 0.12 | 86.9 | 0.33 | 0.83 |
| Hex | D4 | E1 | C4 | 6 | 0 | D | C | 57 | 21 | 53 |
| Octal | 324 | 341 | 304 | 6 | 0 | 15 | 14 | 127 | 41 | 123 |
| Binary | 11010100 | 11100001 | 11000100 | 110 | 0 | 1101 | 1100 | 1010111 | 100001 | 1010011 |
Color Harmonies of #D4E1C4
Complementary color
Monochromatic Colors of #D4E1C4
Black with #D4E1C4
Text Example
Text Example
White with #D4E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1C4; }
p { color: rgb(212,225,196); }
H1.HeaderClassName
{
color: #D4E1C4;
}
.AnyTagClassName
{
color: #D4E1C4;
}
</style>
background-color css
<style>
a { background-color: #D4E1C4; }
a { background-color: rgb(212,225,196); }
div.DivClassName
{
background-color: #D4E1C4;
}
.BgClassName
{
background-color: #D4E1C4;
}
</style>
border-color css
<style>
span { border-color: #D4E1C4; }
span { border-color: rgb(212,225,196); }
td.TdClassName
{
border-color: #D4E1C4;
}
.TagClassName
{
border-color: #D4E1C4;
}
</style>