Shades of Twilight #E0B0CC
Tints of Twilight #E0B0CC
RGB
CMYK
RGB Variations
Color information
#E0B0CC (or 0xE0B0CC) is known color: Twilight. HEX triplet: E0, B0 and CC. RGB value is (224,176,204). Sum of RGB (Red+Green+Blue) = 224+176+204=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0CC is #1F4F33. Grayscale: #C1C1C1. Windows color (decimal): -2051892 or 13414624. OLE color: 13414624.
HSL color Cylindrical-coordinate representation of color #E0B0CC: hue angle of 325º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0CC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 204 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.12 |
| HSL | 325º | 0.44% | 0.78% | - |
| HSV(B) | 325º | 0.21% | 0.88% | - |
| XYZ | 57.16 | 51.26 | 64.01 | - |
| YUV | 193.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 204 | 0 | 0.21 | 0.09 | 0.12 | 325 | 0.44 | 0.78 |
| Hex | E0 | B0 | CC | 0 | 15 | 9 | C | 145 | 2C | 4E |
| Octal | 340 | 260 | 314 | 0 | 25 | 11 | 14 | 505 | 54 | 116 |
| Binary | 11100000 | 10110000 | 11001100 | 0 | 10101 | 1001 | 1100 | 101000101 | 101100 | 1001110 |
Color Harmonies of #E0B0CC
Complementary color
Monochromatic Colors of #E0B0CC
Black with #E0B0CC
Text Example
Text Example
White with #E0B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0CC; }
p { color: rgb(224,176,204); }
H1.HeaderClassName
{
color: #E0B0CC;
}
.AnyTagClassName
{
color: #E0B0CC;
}
</style>
background-color css
<style>
a { background-color: #E0B0CC; }
a { background-color: rgb(224,176,204); }
div.DivClassName
{
background-color: #E0B0CC;
}
.BgClassName
{
background-color: #E0B0CC;
}
</style>
border-color css
<style>
span { border-color: #E0B0CC; }
span { border-color: rgb(224,176,204); }
td.TdClassName
{
border-color: #E0B0CC;
}
.TagClassName
{
border-color: #E0B0CC;
}
</style>