Html Css Color HEX #ECE1C1 Half Colonial White
📋 copy color: '#ECE1C1'red 236 ◦ green 225 ◦ blue 193
Shades of Half Colonial White #ECE1C1
Tints of Half Colonial White #ECE1C1
RGB
CMYK
RGB Variations
Color information
#ECE1C1 (or 0xECE1C1) is known color: Half Colonial White. HEX triplet: EC, E1 and C1. RGB value is (236,225,193). Sum of RGB (Red+Green+Blue) = 236+225+193=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C1 is #131E3E. Grayscale: #E0E0E0. Windows color (decimal): -1252927 or 12706284. OLE color: 12706284.
HSL color Cylindrical-coordinate representation of color #ECE1C1: hue angle of 44.65º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECE1C1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 193 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.07 |
| HSL | 44.65º | 0.53% | 0.84% | - |
| HSV(B) | 44.65º | 0.18% | 0.93% | - |
| XYZ | 71.14 | 75.53 | 61.28 | - |
| YUV | 224.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 193 | 0 | 0.05 | 0.18 | 0.07 | 44.65 | 0.53 | 0.84 |
| Hex | EC | E1 | C1 | 0 | 5 | 12 | 7 | 2D | 35 | 54 |
| Octal | 354 | 341 | 301 | 0 | 5 | 22 | 7 | 55 | 65 | 124 |
| Binary | 11101100 | 11100001 | 11000001 | 0 | 101 | 10010 | 111 | 101101 | 110101 | 1010100 |
Color Harmonies of #ECE1C1
Complementary color
Monochromatic Colors of #ECE1C1
Black with #ECE1C1
Text Example
Text Example
White with #ECE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1C1; }
p { color: rgb(236,225,193); }
H1.HeaderClassName
{
color: #ECE1C1;
}
.AnyTagClassName
{
color: #ECE1C1;
}
</style>
background-color css
<style>
a { background-color: #ECE1C1; }
a { background-color: rgb(236,225,193); }
div.DivClassName
{
background-color: #ECE1C1;
}
.BgClassName
{
background-color: #ECE1C1;
}
</style>
border-color css
<style>
span { border-color: #ECE1C1; }
span { border-color: rgb(236,225,193); }
td.TdClassName
{
border-color: #ECE1C1;
}
.TagClassName
{
border-color: #ECE1C1;
}
</style>