Shades of Twilight #E0BBCA
Tints of Twilight #E0BBCA
RGB
CMYK
RGB Variations
Color information
#E0BBCA (or 0xE0BBCA) is known color: Twilight. HEX triplet: E0, BB and CA. RGB value is (224,187,202). Sum of RGB (Red+Green+Blue) = 224+187+202=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBCA is #1F4435. Grayscale: #C7C7C7. Windows color (decimal): -2049078 or 13286368. OLE color: 13286368.
HSL color Cylindrical-coordinate representation of color #E0BBCA: hue angle of 335.68º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBCA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 202 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.12 |
| HSL | 335.68º | 0.37% | 0.81% | - |
| HSV(B) | 335.68º | 0.17% | 0.88% | - |
| XYZ | 59.17 | 55.65 | 63.5 | - |
| YUV | 199.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 202 | 0 | 0.17 | 0.10 | 0.12 | 335.68 | 0.37 | 0.81 |
| Hex | E0 | BB | CA | 0 | 11 | A | C | 150 | 25 | 51 |
| Octal | 340 | 273 | 312 | 0 | 21 | 12 | 14 | 520 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11001010 | 0 | 10001 | 1010 | 1100 | 101010000 | 100101 | 1010001 |
Color Harmonies of #E0BBCA
Complementary color
Monochromatic Colors of #E0BBCA
Black with #E0BBCA
Text Example
Text Example
White with #E0BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBCA; }
p { color: rgb(224,187,202); }
H1.HeaderClassName
{
color: #E0BBCA;
}
.AnyTagClassName
{
color: #E0BBCA;
}
</style>
background-color css
<style>
a { background-color: #E0BBCA; }
a { background-color: rgb(224,187,202); }
div.DivClassName
{
background-color: #E0BBCA;
}
.BgClassName
{
background-color: #E0BBCA;
}
</style>
border-color css
<style>
span { border-color: #E0BBCA; }
span { border-color: rgb(224,187,202); }
td.TdClassName
{
border-color: #E0BBCA;
}
.TagClassName
{
border-color: #E0BBCA;
}
</style>