Shades of Twilight #E0B2CC
Tints of Twilight #E0B2CC
RGB
CMYK
RGB Variations
Color information
#E0B2CC (or 0xE0B2CC) is known color: Twilight. HEX triplet: E0, B2 and CC. RGB value is (224,178,204). Sum of RGB (Red+Green+Blue) = 224+178+204=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2CC is #1F4D33. Grayscale: #C2C2C2. Windows color (decimal): -2051380 or 13415136. OLE color: 13415136.
HSL color Cylindrical-coordinate representation of color #E0B2CC: hue angle of 326.09º 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 #E0B2CC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 204 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.12 |
| HSL | 326.09º | 0.43% | 0.79% | - |
| HSV(B) | 326.09º | 0.21% | 0.88% | - |
| XYZ | 57.56 | 52.05 | 64.14 | - |
| YUV | 194.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 204 | 0 | 0.21 | 0.09 | 0.12 | 326.09 | 0.43 | 0.79 |
| Hex | E0 | B2 | CC | 0 | 15 | 9 | C | 146 | 2B | 4F |
| Octal | 340 | 262 | 314 | 0 | 25 | 11 | 14 | 506 | 53 | 117 |
| Binary | 11100000 | 10110010 | 11001100 | 0 | 10101 | 1001 | 1100 | 101000110 | 101011 | 1001111 |
Color Harmonies of #E0B2CC
Complementary color
Monochromatic Colors of #E0B2CC
Black with #E0B2CC
Text Example
Text Example
White with #E0B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2CC; }
p { color: rgb(224,178,204); }
H1.HeaderClassName
{
color: #E0B2CC;
}
.AnyTagClassName
{
color: #E0B2CC;
}
</style>
background-color css
<style>
a { background-color: #E0B2CC; }
a { background-color: rgb(224,178,204); }
div.DivClassName
{
background-color: #E0B2CC;
}
.BgClassName
{
background-color: #E0B2CC;
}
</style>
border-color css
<style>
span { border-color: #E0B2CC; }
span { border-color: rgb(224,178,204); }
td.TdClassName
{
border-color: #E0B2CC;
}
.TagClassName
{
border-color: #E0B2CC;
}
</style>