Shades of Ottoman #D4E6C6
Tints of Ottoman #D4E6C6
RGB
CMYK
RGB Variations
Color information
#D4E6C6 (or 0xD4E6C6) is known color: Ottoman. HEX triplet: D4, E6 and C6. RGB value is (212,230,198). Sum of RGB (Red+Green+Blue) = 212+230+198=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E6C6 is #2B1939. Grayscale: #DDDDDD. Windows color (decimal): -2824506 or 13035220. OLE color: 13035220.
HSL color Cylindrical-coordinate representation of color #D4E6C6: hue angle of 93.75º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4E6C6 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 230 | 198 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.10 |
| HSL | 93.75º | 0.39% | 0.84% | - |
| HSV(B) | 93.75º | 0.14% | 0.9% | - |
| XYZ | 65.64 | 74.67 | 64.38 | - |
| YUV | 220.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 198 | 0.08 | 0 | 0.14 | 0.10 | 93.75 | 0.39 | 0.84 |
| Hex | D4 | E6 | C6 | 8 | 0 | E | A | 5E | 27 | 54 |
| Octal | 324 | 346 | 306 | 10 | 0 | 16 | 12 | 136 | 47 | 124 |
| Binary | 11010100 | 11100110 | 11000110 | 1000 | 0 | 1110 | 1010 | 1011110 | 100111 | 1010100 |
Color Harmonies of #D4E6C6
Complementary color
Monochromatic Colors of #D4E6C6
Black with #D4E6C6
Text Example
Text Example
White with #D4E6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E6C6; }
p { color: rgb(212,230,198); }
H1.HeaderClassName
{
color: #D4E6C6;
}
.AnyTagClassName
{
color: #D4E6C6;
}
</style>
background-color css
<style>
a { background-color: #D4E6C6; }
a { background-color: rgb(212,230,198); }
div.DivClassName
{
background-color: #D4E6C6;
}
.BgClassName
{
background-color: #D4E6C6;
}
</style>
border-color css
<style>
span { border-color: #D4E6C6; }
span { border-color: rgb(212,230,198); }
td.TdClassName
{
border-color: #D4E6C6;
}
.TagClassName
{
border-color: #D4E6C6;
}
</style>