Shades of Twilight #E0BCCA
Tints of Twilight #E0BCCA
RGB
CMYK
RGB Variations
Color information
#E0BCCA (or 0xE0BCCA) is known color: Twilight. HEX triplet: E0, BC and CA. RGB value is (224,188,202). Sum of RGB (Red+Green+Blue) = 224+188+202=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCCA is #1F4335. Grayscale: #C8C8C8. Windows color (decimal): -2048822 or 13286624. OLE color: 13286624.
HSL color Cylindrical-coordinate representation of color #E0BCCA: hue angle of 336.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCCA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 202 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.12 |
| HSL | 336.67º | 0.37% | 0.81% | - |
| HSV(B) | 336.67º | 0.16% | 0.88% | - |
| XYZ | 59.38 | 56.08 | 63.57 | - |
| YUV | 200.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 202 | 0 | 0.16 | 0.10 | 0.12 | 336.67 | 0.37 | 0.81 |
| Hex | E0 | BC | CA | 0 | 10 | A | C | 151 | 25 | 51 |
| Octal | 340 | 274 | 312 | 0 | 20 | 12 | 14 | 521 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11001010 | 0 | 10000 | 1010 | 1100 | 101010001 | 100101 | 1010001 |
Color Harmonies of #E0BCCA
Complementary color
Monochromatic Colors of #E0BCCA
Black with #E0BCCA
Text Example
Text Example
White with #E0BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCCA; }
p { color: rgb(224,188,202); }
H1.HeaderClassName
{
color: #E0BCCA;
}
.AnyTagClassName
{
color: #E0BCCA;
}
</style>
background-color css
<style>
a { background-color: #E0BCCA; }
a { background-color: rgb(224,188,202); }
div.DivClassName
{
background-color: #E0BCCA;
}
.BgClassName
{
background-color: #E0BCCA;
}
</style>
border-color css
<style>
span { border-color: #E0BCCA; }
span { border-color: rgb(224,188,202); }
td.TdClassName
{
border-color: #E0BCCA;
}
.TagClassName
{
border-color: #E0BCCA;
}
</style>