Html Css Color HEX #E2CE9D Double Colonial White
📋 copy color: '#E2CE9D'red 226 ◦ green 206 ◦ blue 157
Shades of Double Colonial White #E2CE9D
Tints of Double Colonial White #E2CE9D
RGB
CMYK
RGB Variations
Color information
#E2CE9D (or 0xE2CE9D) is known color: Double Colonial White. HEX triplet: E2, CE and 9D. RGB value is (226,206,157). Sum of RGB (Red+Green+Blue) = 226+206+157=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE9D is #1D3162. Grayscale: #CECECE. Windows color (decimal): -1913187 or 10342114. OLE color: 10342114.
HSL color Cylindrical-coordinate representation of color #E2CE9D: hue angle of 42.61º degrees, saturation: 0.54, 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 #E2CE9D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 157 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.11 |
| HSL | 42.61º | 0.54% | 0.75% | - |
| HSV(B) | 42.61º | 0.31% | 0.89% | - |
| XYZ | 59.52 | 62.75 | 40.87 | - |
| YUV | 206.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 157 | 0 | 0.09 | 0.31 | 0.11 | 42.61 | 0.54 | 0.75 |
| Hex | E2 | CE | 9D | 0 | 9 | 1F | B | 2B | 36 | 4B |
| Octal | 342 | 316 | 235 | 0 | 11 | 37 | 13 | 53 | 66 | 113 |
| Binary | 11100010 | 11001110 | 10011101 | 0 | 1001 | 11111 | 1011 | 101011 | 110110 | 1001011 |
Color Harmonies of #E2CE9D
Complementary color
Monochromatic Colors of #E2CE9D
Black with #E2CE9D
Text Example
Text Example
White with #E2CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE9D; }
p { color: rgb(226,206,157); }
H1.HeaderClassName
{
color: #E2CE9D;
}
.AnyTagClassName
{
color: #E2CE9D;
}
</style>
background-color css
<style>
a { background-color: #E2CE9D; }
a { background-color: rgb(226,206,157); }
div.DivClassName
{
background-color: #E2CE9D;
}
.BgClassName
{
background-color: #E2CE9D;
}
</style>
border-color css
<style>
span { border-color: #E2CE9D; }
span { border-color: rgb(226,206,157); }
td.TdClassName
{
border-color: #E2CE9D;
}
.TagClassName
{
border-color: #E2CE9D;
}
</style>