Shades of Ottoman #D4E6C0
Tints of Ottoman #D4E6C0
RGB
CMYK
RGB Variations
Color information
#D4E6C0 (or 0xD4E6C0) is known color: Ottoman. HEX triplet: D4, E6 and C0. RGB value is (212,230,192). Sum of RGB (Red+Green+Blue) = 212+230+192=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E6C0 is #2B193F. Grayscale: #DCDCDC. Windows color (decimal): -2824512 or 12642004. OLE color: 12642004.
HSL color Cylindrical-coordinate representation of color #D4E6C0: hue angle of 88.42º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4E6C0 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 230 | 192 | - |
CMYK | 0.08 | 0 | 0.17 | 0.10 |
HSL | 88.42º | 0.43% | 0.83% | - |
HSV(B) | 88.42º | 0.17% | 0.9% | - |
XYZ | 64.96 | 74.4 | 60.81 | - |
YUV | 220.29 | 112.04 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 230 | 192 | 0.08 | 0 | 0.17 | 0.10 | 88.42 | 0.43 | 0.83 |
Hex | D4 | E6 | C0 | 8 | 0 | 11 | A | 58 | 2B | 53 |
Octal | 324 | 346 | 300 | 10 | 0 | 21 | 12 | 130 | 53 | 123 |
Binary | 11010100 | 11100110 | 11000000 | 1000 | 0 | 10001 | 1010 | 1011000 | 101011 | 1010011 |
Color Harmonies of #D4E6C0
Complementary color
Monochromatic Colors of #D4E6C0
Black with #D4E6C0
Text Example
Text Example
White with #D4E6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E6C0; }
p { color: rgb(212,230,192); }
H1.HeaderClassName
{
color: #D4E6C0;
}
.AnyTagClassName
{
color: #D4E6C0;
}
</style>
background-color css
<style>
a { background-color: #D4E6C0; }
a { background-color: rgb(212,230,192); }
div.DivClassName
{
background-color: #D4E6C0;
}
.BgClassName
{
background-color: #D4E6C0;
}
</style>
border-color css
<style>
span { border-color: #D4E6C0; }
span { border-color: rgb(212,230,192); }
td.TdClassName
{
border-color: #D4E6C0;
}
.TagClassName
{
border-color: #D4E6C0;
}
</style>