Html Css Color HEX #E1CD9B Double Colonial White
📋 copy color: '#E1CD9B'red 225 ◦ green 205 ◦ blue 155
Shades of Double Colonial White #E1CD9B
Tints of Double Colonial White #E1CD9B
RGB
CMYK
RGB Variations
Color information
#E1CD9B (or 0xE1CD9B) is known color: Double Colonial White. HEX triplet: E1, CD and 9B. RGB value is (225,205,155). Sum of RGB (Red+Green+Blue) = 225+205+155=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD9B is #1E3264. Grayscale: #CDCDCD. Windows color (decimal): -1978981 or 10210785. OLE color: 10210785.
HSL color Cylindrical-coordinate representation of color #E1CD9B: hue angle of 42.86º degrees, saturation: 0.54, 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 #E1CD9B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 205 | 155 | - |
CMYK | 0 | 0.09 | 0.31 | 0.12 |
HSL | 42.86º | 0.54% | 0.75% | - |
HSV(B) | 42.86º | 0.31% | 0.88% | - |
XYZ | 58.8 | 62.04 | 39.89 | - |
YUV | 205.28 | 99.63 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 205 | 155 | 0 | 0.09 | 0.31 | 0.12 | 42.86 | 0.54 | 0.75 |
Hex | E1 | CD | 9B | 0 | 9 | 1F | C | 2B | 36 | 4B |
Octal | 341 | 315 | 233 | 0 | 11 | 37 | 14 | 53 | 66 | 113 |
Binary | 11100001 | 11001101 | 10011011 | 0 | 1001 | 11111 | 1100 | 101011 | 110110 | 1001011 |
Color Harmonies of #E1CD9B
Complementary color
Monochromatic Colors of #E1CD9B
Black with #E1CD9B
Text Example
Text Example
White with #E1CD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD9B; }
p { color: rgb(225,205,155); }
H1.HeaderClassName
{
color: #E1CD9B;
}
.AnyTagClassName
{
color: #E1CD9B;
}
</style>
background-color css
<style>
a { background-color: #E1CD9B; }
a { background-color: rgb(225,205,155); }
div.DivClassName
{
background-color: #E1CD9B;
}
.BgClassName
{
background-color: #E1CD9B;
}
</style>
border-color css
<style>
span { border-color: #E1CD9B; }
span { border-color: rgb(225,205,155); }
td.TdClassName
{
border-color: #E1CD9B;
}
.TagClassName
{
border-color: #E1CD9B;
}
</style>