Shades of Twilight #E1BBD2
Tints of Twilight #E1BBD2
RGB
CMYK
RGB Variations
Color information
#E1BBD2 (or 0xE1BBD2) is known color: Twilight. HEX triplet: E1, BB and D2. RGB value is (225,187,210). Sum of RGB (Red+Green+Blue) = 225+187+210=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBD2 is #1E442D. Grayscale: #C8C8C8. Windows color (decimal): -1983534 or 13810657. OLE color: 13810657.
HSL color Cylindrical-coordinate representation of color #E1BBD2: hue angle of 323.68º degrees, saturation: 0.39, 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 #E1BBD2 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 210 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.12 |
| HSL | 323.68º | 0.39% | 0.81% | - |
| HSV(B) | 323.68º | 0.17% | 0.88% | - |
| XYZ | 60.45 | 56.2 | 68.63 | - |
| YUV | 200.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 210 | 0 | 0.17 | 0.07 | 0.12 | 323.68 | 0.39 | 0.81 |
| Hex | E1 | BB | D2 | 0 | 11 | 7 | C | 144 | 27 | 51 |
| Octal | 341 | 273 | 322 | 0 | 21 | 7 | 14 | 504 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11010010 | 0 | 10001 | 111 | 1100 | 101000100 | 100111 | 1010001 |
Color Harmonies of #E1BBD2
Complementary color
Monochromatic Colors of #E1BBD2
Black with #E1BBD2
Text Example
Text Example
White with #E1BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBD2; }
p { color: rgb(225,187,210); }
H1.HeaderClassName
{
color: #E1BBD2;
}
.AnyTagClassName
{
color: #E1BBD2;
}
</style>
background-color css
<style>
a { background-color: #E1BBD2; }
a { background-color: rgb(225,187,210); }
div.DivClassName
{
background-color: #E1BBD2;
}
.BgClassName
{
background-color: #E1BBD2;
}
</style>
border-color css
<style>
span { border-color: #E1BBD2; }
span { border-color: rgb(225,187,210); }
td.TdClassName
{
border-color: #E1BBD2;
}
.TagClassName
{
border-color: #E1BBD2;
}
</style>