Html Css Color HEX #E2CE9C Double Colonial White
📋 copy color: '#E2CE9C'red 226 ◦ green 206 ◦ blue 156
Shades of Double Colonial White #E2CE9C
Tints of Double Colonial White #E2CE9C
RGB
CMYK
RGB Variations
Color information
#E2CE9C (or 0xE2CE9C) is known color: Double Colonial White. HEX triplet: E2, CE and 9C. RGB value is (226,206,156). Sum of RGB (Red+Green+Blue) = 226+206+156=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE9C is #1D3163. Grayscale: #CECECE. Windows color (decimal): -1913188 or 10276578. OLE color: 10276578.
HSL color Cylindrical-coordinate representation of color #E2CE9C: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2CE9C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 156 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.11 |
| HSL | 42.86º | 0.55% | 0.75% | - |
| HSV(B) | 42.86º | 0.31% | 0.89% | - |
| XYZ | 59.44 | 62.71 | 40.42 | - |
| YUV | 206.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 156 | 0 | 0.09 | 0.31 | 0.11 | 42.86 | 0.55 | 0.75 |
| Hex | E2 | CE | 9C | 0 | 9 | 1F | B | 2B | 37 | 4B |
| Octal | 342 | 316 | 234 | 0 | 11 | 37 | 13 | 53 | 67 | 113 |
| Binary | 11100010 | 11001110 | 10011100 | 0 | 1001 | 11111 | 1011 | 101011 | 110111 | 1001011 |
Color Harmonies of #E2CE9C
Complementary color
Monochromatic Colors of #E2CE9C
Black with #E2CE9C
Text Example
Text Example
White with #E2CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE9C; }
p { color: rgb(226,206,156); }
H1.HeaderClassName
{
color: #E2CE9C;
}
.AnyTagClassName
{
color: #E2CE9C;
}
</style>
background-color css
<style>
a { background-color: #E2CE9C; }
a { background-color: rgb(226,206,156); }
div.DivClassName
{
background-color: #E2CE9C;
}
.BgClassName
{
background-color: #E2CE9C;
}
</style>
border-color css
<style>
span { border-color: #E2CE9C; }
span { border-color: rgb(226,206,156); }
td.TdClassName
{
border-color: #E2CE9C;
}
.TagClassName
{
border-color: #E2CE9C;
}
</style>