Shades of Half And Half #ECE6CB
Tints of Half And Half #ECE6CB
RGB
CMYK
RGB Variations
Color information
#ECE6CB (or 0xECE6CB) is known color: Half And Half. HEX triplet: EC, E6 and CB. RGB value is (236,230,203). Sum of RGB (Red+Green+Blue) = 236+230+203=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CB is #131934. Grayscale: #E4E4E4. Windows color (decimal): -1251637 or 13362924. OLE color: 13362924.
HSL color Cylindrical-coordinate representation of color #ECE6CB: hue angle of 49.09º 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 #ECE6CB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 203 | - |
CMYK | 0 | 0.03 | 0.14 | 0.07 |
HSL | 49.09º | 0.46% | 0.86% | - |
HSV(B) | 49.09º | 0.14% | 0.93% | - |
XYZ | 73.67 | 78.74 | 67.82 | - |
YUV | 228.72 | 113.49 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 203 | 0 | 0.03 | 0.14 | 0.07 | 49.09 | 0.46 | 0.86 |
Hex | EC | E6 | CB | 0 | 3 | E | 7 | 31 | 2E | 56 |
Octal | 354 | 346 | 313 | 0 | 3 | 16 | 7 | 61 | 56 | 126 |
Binary | 11101100 | 11100110 | 11001011 | 0 | 11 | 1110 | 111 | 110001 | 101110 | 1010110 |
Color Harmonies of #ECE6CB
Complementary color
Monochromatic Colors of #ECE6CB
Black with #ECE6CB
Text Example
Text Example
White with #ECE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6CB; }
p { color: rgb(236,230,203); }
H1.HeaderClassName
{
color: #ECE6CB;
}
.AnyTagClassName
{
color: #ECE6CB;
}
</style>
background-color css
<style>
a { background-color: #ECE6CB; }
a { background-color: rgb(236,230,203); }
div.DivClassName
{
background-color: #ECE6CB;
}
.BgClassName
{
background-color: #ECE6CB;
}
</style>
border-color css
<style>
span { border-color: #ECE6CB; }
span { border-color: rgb(236,230,203); }
td.TdClassName
{
border-color: #ECE6CB;
}
.TagClassName
{
border-color: #ECE6CB;
}
</style>