Shades of Twilight #E0BDCA
Tints of Twilight #E0BDCA
RGB
CMYK
RGB Variations
Color information
#E0BDCA (or 0xE0BDCA) is known color: Twilight. HEX triplet: E0, BD and CA. RGB value is (224,189,202). Sum of RGB (Red+Green+Blue) = 224+189+202=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDCA is #1F4235. Grayscale: #C8C8C8. Windows color (decimal): -2048566 or 13286880. OLE color: 13286880.
HSL color Cylindrical-coordinate representation of color #E0BDCA: hue angle of 337.71º degrees, saturation: 0.36, 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 #E0BDCA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 202 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.12 |
| HSL | 337.71º | 0.36% | 0.81% | - |
| HSV(B) | 337.71º | 0.16% | 0.88% | - |
| XYZ | 59.6 | 56.51 | 63.64 | - |
| YUV | 200.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 202 | 0 | 0.16 | 0.10 | 0.12 | 337.71 | 0.36 | 0.81 |
| Hex | E0 | BD | CA | 0 | 10 | A | C | 152 | 24 | 51 |
| Octal | 340 | 275 | 312 | 0 | 20 | 12 | 14 | 522 | 44 | 121 |
| Binary | 11100000 | 10111101 | 11001010 | 0 | 10000 | 1010 | 1100 | 101010010 | 100100 | 1010001 |
Color Harmonies of #E0BDCA
Complementary color
Monochromatic Colors of #E0BDCA
Black with #E0BDCA
Text Example
Text Example
White with #E0BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDCA; }
p { color: rgb(224,189,202); }
H1.HeaderClassName
{
color: #E0BDCA;
}
.AnyTagClassName
{
color: #E0BDCA;
}
</style>
background-color css
<style>
a { background-color: #E0BDCA; }
a { background-color: rgb(224,189,202); }
div.DivClassName
{
background-color: #E0BDCA;
}
.BgClassName
{
background-color: #E0BDCA;
}
</style>
border-color css
<style>
span { border-color: #E0BDCA; }
span { border-color: rgb(224,189,202); }
td.TdClassName
{
border-color: #E0BDCA;
}
.TagClassName
{
border-color: #E0BDCA;
}
</style>