Shades of Twilight #E0BBCF
Tints of Twilight #E0BBCF
RGB
CMYK
RGB Variations
Color information
#E0BBCF (or 0xE0BBCF) is known color: Twilight. HEX triplet: E0, BB and CF. RGB value is (224,187,207). Sum of RGB (Red+Green+Blue) = 224+187+207=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBCF is #1F4430. Grayscale: #C8C8C8. Windows color (decimal): -2049073 or 13614048. OLE color: 13614048.
HSL color Cylindrical-coordinate representation of color #E0BBCF: hue angle of 327.57º 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 #E0BBCF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 207 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.12 |
| HSL | 327.57º | 0.37% | 0.81% | - |
| HSV(B) | 327.57º | 0.17% | 0.88% | - |
| XYZ | 59.77 | 55.89 | 66.67 | - |
| YUV | 200.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 207 | 0 | 0.17 | 0.08 | 0.12 | 327.57 | 0.37 | 0.81 |
| Hex | E0 | BB | CF | 0 | 11 | 8 | C | 148 | 25 | 51 |
| Octal | 340 | 273 | 317 | 0 | 21 | 10 | 14 | 510 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11001111 | 0 | 10001 | 1000 | 1100 | 101001000 | 100101 | 1010001 |
Color Harmonies of #E0BBCF
Complementary color
Monochromatic Colors of #E0BBCF
Black with #E0BBCF
Text Example
Text Example
White with #E0BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBCF; }
p { color: rgb(224,187,207); }
H1.HeaderClassName
{
color: #E0BBCF;
}
.AnyTagClassName
{
color: #E0BBCF;
}
</style>
background-color css
<style>
a { background-color: #E0BBCF; }
a { background-color: rgb(224,187,207); }
div.DivClassName
{
background-color: #E0BBCF;
}
.BgClassName
{
background-color: #E0BBCF;
}
</style>
border-color css
<style>
span { border-color: #E0BBCF; }
span { border-color: rgb(224,187,207); }
td.TdClassName
{
border-color: #E0BBCF;
}
.TagClassName
{
border-color: #E0BBCF;
}
</style>