Html Css Color HEX #ECE1BD Half Colonial White
📋 copy color: '#ECE1BD'red 236 ◦ green 225 ◦ blue 189
Shades of Half Colonial White #ECE1BD
Tints of Half Colonial White #ECE1BD
RGB
CMYK
RGB Variations
Color information
#ECE1BD (or 0xECE1BD) is known color: Half Colonial White. HEX triplet: EC, E1 and BD. RGB value is (236,225,189). Sum of RGB (Red+Green+Blue) = 236+225+189=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1BD is #131E42. Grayscale: #E0E0E0. Windows color (decimal): -1252931 or 12444140. OLE color: 12444140.
HSL color Cylindrical-coordinate representation of color #ECE1BD: hue angle of 45.96º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE1BD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 189 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.07 |
| HSL | 45.96º | 0.55% | 0.83% | - |
| HSV(B) | 45.96º | 0.2% | 0.93% | - |
| XYZ | 70.7 | 75.36 | 58.96 | - |
| YUV | 224.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 189 | 0 | 0.05 | 0.20 | 0.07 | 45.96 | 0.55 | 0.83 |
| Hex | EC | E1 | BD | 0 | 5 | 14 | 7 | 2E | 37 | 53 |
| Octal | 354 | 341 | 275 | 0 | 5 | 24 | 7 | 56 | 67 | 123 |
| Binary | 11101100 | 11100001 | 10111101 | 0 | 101 | 10100 | 111 | 101110 | 110111 | 1010011 |
Color Harmonies of #ECE1BD
Complementary color
Monochromatic Colors of #ECE1BD
Black with #ECE1BD
Text Example
Text Example
White with #ECE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1BD; }
p { color: rgb(236,225,189); }
H1.HeaderClassName
{
color: #ECE1BD;
}
.AnyTagClassName
{
color: #ECE1BD;
}
</style>
background-color css
<style>
a { background-color: #ECE1BD; }
a { background-color: rgb(236,225,189); }
div.DivClassName
{
background-color: #ECE1BD;
}
.BgClassName
{
background-color: #ECE1BD;
}
</style>
border-color css
<style>
span { border-color: #ECE1BD; }
span { border-color: rgb(236,225,189); }
td.TdClassName
{
border-color: #ECE1BD;
}
.TagClassName
{
border-color: #ECE1BD;
}
</style>