Shades of Twilight #E1BBD4
Tints of Twilight #E1BBD4
RGB
CMYK
RGB Variations
Color information
#E1BBD4 (or 0xE1BBD4) is known color: Twilight. HEX triplet: E1, BB and D4. RGB value is (225,187,212). Sum of RGB (Red+Green+Blue) = 225+187+212=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBD4 is #1E442B. Grayscale: #C9C9C9. Windows color (decimal): -1983532 or 13941729. OLE color: 13941729.
HSL color Cylindrical-coordinate representation of color #E1BBD4: hue angle of 320.53º 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 #E1BBD4 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 212 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.12 |
| HSL | 320.53º | 0.39% | 0.81% | - |
| HSV(B) | 320.53º | 0.17% | 0.88% | - |
| XYZ | 60.71 | 56.3 | 69.96 | - |
| YUV | 201.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 212 | 0 | 0.17 | 0.06 | 0.12 | 320.53 | 0.39 | 0.81 |
| Hex | E1 | BB | D4 | 0 | 11 | 6 | C | 141 | 27 | 51 |
| Octal | 341 | 273 | 324 | 0 | 21 | 6 | 14 | 501 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11010100 | 0 | 10001 | 110 | 1100 | 101000001 | 100111 | 1010001 |
Color Harmonies of #E1BBD4
Complementary color
Monochromatic Colors of #E1BBD4
Black with #E1BBD4
Text Example
Text Example
White with #E1BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBD4; }
p { color: rgb(225,187,212); }
H1.HeaderClassName
{
color: #E1BBD4;
}
.AnyTagClassName
{
color: #E1BBD4;
}
</style>
background-color css
<style>
a { background-color: #E1BBD4; }
a { background-color: rgb(225,187,212); }
div.DivClassName
{
background-color: #E1BBD4;
}
.BgClassName
{
background-color: #E1BBD4;
}
</style>
border-color css
<style>
span { border-color: #E1BBD4; }
span { border-color: rgb(225,187,212); }
td.TdClassName
{
border-color: #E1BBD4;
}
.TagClassName
{
border-color: #E1BBD4;
}
</style>