Html Css Color HEX #E1CF9C Double Colonial White
📋 copy color: '#E1CF9C'red 225 ◦ green 207 ◦ blue 156
Shades of Double Colonial White #E1CF9C
Tints of Double Colonial White #E1CF9C
RGB
CMYK
RGB Variations
Color information
#E1CF9C (or 0xE1CF9C) is known color: Double Colonial White. HEX triplet: E1, CF and 9C. RGB value is (225,207,156). Sum of RGB (Red+Green+Blue) = 225+207+156=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF9C is #1E3063. Grayscale: #CECECE. Windows color (decimal): -1978468 or 10276833. OLE color: 10276833.
HSL color Cylindrical-coordinate representation of color #E1CF9C: hue angle of 44.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1CF9C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 156 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.12 |
| HSL | 44.35º | 0.53% | 0.75% | - |
| HSV(B) | 44.35º | 0.31% | 0.88% | - |
| XYZ | 59.36 | 63.03 | 40.49 | - |
| YUV | 206.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 156 | 0 | 0.08 | 0.31 | 0.12 | 44.35 | 0.53 | 0.75 |
| Hex | E1 | CF | 9C | 0 | 8 | 1F | C | 2C | 35 | 4B |
| Octal | 341 | 317 | 234 | 0 | 10 | 37 | 14 | 54 | 65 | 113 |
| Binary | 11100001 | 11001111 | 10011100 | 0 | 1000 | 11111 | 1100 | 101100 | 110101 | 1001011 |
Color Harmonies of #E1CF9C
Complementary color
Monochromatic Colors of #E1CF9C
Black with #E1CF9C
Text Example
Text Example
White with #E1CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF9C; }
p { color: rgb(225,207,156); }
H1.HeaderClassName
{
color: #E1CF9C;
}
.AnyTagClassName
{
color: #E1CF9C;
}
</style>
background-color css
<style>
a { background-color: #E1CF9C; }
a { background-color: rgb(225,207,156); }
div.DivClassName
{
background-color: #E1CF9C;
}
.BgClassName
{
background-color: #E1CF9C;
}
</style>
border-color css
<style>
span { border-color: #E1CF9C; }
span { border-color: rgb(225,207,156); }
td.TdClassName
{
border-color: #E1CF9C;
}
.TagClassName
{
border-color: #E1CF9C;
}
</style>