Shades of Twilight #E0BFCB
Tints of Twilight #E0BFCB
RGB
CMYK
RGB Variations
Color information
#E0BFCB (or 0xE0BFCB) is known color: Twilight. HEX triplet: E0, BF and CB. RGB value is (224,191,203). Sum of RGB (Red+Green+Blue) = 224+191+203=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCB is #1F4034. Grayscale: #CACACA. Windows color (decimal): -2048053 or 13352928. OLE color: 13352928.
HSL color Cylindrical-coordinate representation of color #E0BFCB: hue angle of 338.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFCB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 203 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.12 |
| HSL | 338.18º | 0.35% | 0.81% | - |
| HSV(B) | 338.18º | 0.15% | 0.88% | - |
| XYZ | 60.15 | 57.42 | 64.41 | - |
| YUV | 202.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 203 | 0 | 0.15 | 0.09 | 0.12 | 338.18 | 0.35 | 0.81 |
| Hex | E0 | BF | CB | 0 | F | 9 | C | 152 | 23 | 51 |
| Octal | 340 | 277 | 313 | 0 | 17 | 11 | 14 | 522 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11001011 | 0 | 1111 | 1001 | 1100 | 101010010 | 100011 | 1010001 |
Color Harmonies of #E0BFCB
Complementary color
Monochromatic Colors of #E0BFCB
Black with #E0BFCB
Text Example
Text Example
White with #E0BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFCB; }
p { color: rgb(224,191,203); }
H1.HeaderClassName
{
color: #E0BFCB;
}
.AnyTagClassName
{
color: #E0BFCB;
}
</style>
background-color css
<style>
a { background-color: #E0BFCB; }
a { background-color: rgb(224,191,203); }
div.DivClassName
{
background-color: #E0BFCB;
}
.BgClassName
{
background-color: #E0BFCB;
}
</style>
border-color css
<style>
span { border-color: #E0BFCB; }
span { border-color: rgb(224,191,203); }
td.TdClassName
{
border-color: #E0BFCB;
}
.TagClassName
{
border-color: #E0BFCB;
}
</style>