Shades of Twilight #E0BCCB
Tints of Twilight #E0BCCB
RGB
CMYK
RGB Variations
Color information
#E0BCCB (or 0xE0BCCB) is known color: Twilight. HEX triplet: E0, BC and CB. RGB value is (224,188,203). Sum of RGB (Red+Green+Blue) = 224+188+203=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCCB is #1F4334. Grayscale: #C8C8C8. Windows color (decimal): -2048821 or 13352160. OLE color: 13352160.
HSL color Cylindrical-coordinate representation of color #E0BCCB: hue angle of 335º 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 #E0BCCB is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 203 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.12 |
| HSL | 335º | 0.37% | 0.81% | - |
| HSV(B) | 335º | 0.16% | 0.88% | - |
| XYZ | 59.5 | 56.13 | 64.2 | - |
| YUV | 200.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 203 | 0 | 0.16 | 0.09 | 0.12 | 335 | 0.37 | 0.81 |
| Hex | E0 | BC | CB | 0 | 10 | 9 | C | 14F | 25 | 51 |
| Octal | 340 | 274 | 313 | 0 | 20 | 11 | 14 | 517 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11001011 | 0 | 10000 | 1001 | 1100 | 101001111 | 100101 | 1010001 |
Color Harmonies of #E0BCCB
Complementary color
Monochromatic Colors of #E0BCCB
Black with #E0BCCB
Text Example
Text Example
White with #E0BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCCB; }
p { color: rgb(224,188,203); }
H1.HeaderClassName
{
color: #E0BCCB;
}
.AnyTagClassName
{
color: #E0BCCB;
}
</style>
background-color css
<style>
a { background-color: #E0BCCB; }
a { background-color: rgb(224,188,203); }
div.DivClassName
{
background-color: #E0BCCB;
}
.BgClassName
{
background-color: #E0BCCB;
}
</style>
border-color css
<style>
span { border-color: #E0BCCB; }
span { border-color: rgb(224,188,203); }
td.TdClassName
{
border-color: #E0BCCB;
}
.TagClassName
{
border-color: #E0BCCB;
}
</style>