Shades of Half And Half #ECE9CB
Tints of Half And Half #ECE9CB
RGB
CMYK
RGB Variations
Color information
#ECE9CB (or 0xECE9CB) is known color: Half And Half. HEX triplet: EC, E9 and CB. RGB value is (236,233,203). Sum of RGB (Red+Green+Blue) = 236+233+203=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9CB is #131634. Grayscale: #E6E6E6. Windows color (decimal): -1250869 or 13363692. OLE color: 13363692.
HSL color Cylindrical-coordinate representation of color #ECE9CB: hue angle of 54.55º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE9CB is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 203 | - |
CMYK | 0 | 0.01 | 0.14 | 0.07 |
HSL | 54.55º | 0.46% | 0.86% | - |
HSV(B) | 54.55º | 0.14% | 0.93% | - |
XYZ | 74.51 | 80.42 | 68.1 | - |
YUV | 230.48 | 112.49 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 203 | 0 | 0.01 | 0.14 | 0.07 | 54.55 | 0.46 | 0.86 |
Hex | EC | E9 | CB | 0 | 1 | E | 7 | 37 | 2E | 56 |
Octal | 354 | 351 | 313 | 0 | 1 | 16 | 7 | 67 | 56 | 126 |
Binary | 11101100 | 11101001 | 11001011 | 0 | 1 | 1110 | 111 | 110111 | 101110 | 1010110 |
Color Harmonies of #ECE9CB
Complementary color
Monochromatic Colors of #ECE9CB
Black with #ECE9CB
Text Example
Text Example
White with #ECE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9CB; }
p { color: rgb(236,233,203); }
H1.HeaderClassName
{
color: #ECE9CB;
}
.AnyTagClassName
{
color: #ECE9CB;
}
</style>
background-color css
<style>
a { background-color: #ECE9CB; }
a { background-color: rgb(236,233,203); }
div.DivClassName
{
background-color: #ECE9CB;
}
.BgClassName
{
background-color: #ECE9CB;
}
</style>
border-color css
<style>
span { border-color: #ECE9CB; }
span { border-color: rgb(236,233,203); }
td.TdClassName
{
border-color: #ECE9CB;
}
.TagClassName
{
border-color: #ECE9CB;
}
</style>