Shades of Twilight #E0B1CD
Tints of Twilight #E0B1CD
RGB
CMYK
RGB Variations
Color information
#E0B1CD (or 0xE0B1CD) is known color: Twilight. HEX triplet: E0, B1 and CD. RGB value is (224,177,205). Sum of RGB (Red+Green+Blue) = 224+177+205=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B1CD is #1F4E32. Grayscale: #C2C2C2. Windows color (decimal): -2051635 or 13480416. OLE color: 13480416.
HSL color Cylindrical-coordinate representation of color #E0B1CD: hue angle of 324.26º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B1CD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 205 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.12 |
| HSL | 324.26º | 0.43% | 0.79% | - |
| HSV(B) | 324.26º | 0.21% | 0.88% | - |
| XYZ | 57.48 | 51.7 | 64.71 | - |
| YUV | 194.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 205 | 0 | 0.21 | 0.08 | 0.12 | 324.26 | 0.43 | 0.79 |
| Hex | E0 | B1 | CD | 0 | 15 | 8 | C | 144 | 2B | 4F |
| Octal | 340 | 261 | 315 | 0 | 25 | 10 | 14 | 504 | 53 | 117 |
| Binary | 11100000 | 10110001 | 11001101 | 0 | 10101 | 1000 | 1100 | 101000100 | 101011 | 1001111 |
Color Harmonies of #E0B1CD
Complementary color
Monochromatic Colors of #E0B1CD
Black with #E0B1CD
Text Example
Text Example
White with #E0B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B1CD; }
p { color: rgb(224,177,205); }
H1.HeaderClassName
{
color: #E0B1CD;
}
.AnyTagClassName
{
color: #E0B1CD;
}
</style>
background-color css
<style>
a { background-color: #E0B1CD; }
a { background-color: rgb(224,177,205); }
div.DivClassName
{
background-color: #E0B1CD;
}
.BgClassName
{
background-color: #E0B1CD;
}
</style>
border-color css
<style>
span { border-color: #E0B1CD; }
span { border-color: rgb(224,177,205); }
td.TdClassName
{
border-color: #E0B1CD;
}
.TagClassName
{
border-color: #E0B1CD;
}
</style>