Shades of Twilight #E6BBCD
Tints of Twilight #E6BBCD
RGB
CMYK
RGB Variations
Color information
#E6BBCD (or 0xE6BBCD) is known color: Twilight. HEX triplet: E6, BB and CD. RGB value is (230,187,205). Sum of RGB (Red+Green+Blue) = 230+187+205=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBCD is #194432. Grayscale: #C9C9C9. Windows color (decimal): -1655859 or 13482982. OLE color: 13482982.
HSL color Cylindrical-coordinate representation of color #E6BBCD: hue angle of 334.88º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBCD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 205 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.10 |
| HSL | 334.88º | 0.46% | 0.82% | - |
| HSV(B) | 334.88º | 0.19% | 0.9% | - |
| XYZ | 61.42 | 56.77 | 65.48 | - |
| YUV | 201.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 205 | 0 | 0.19 | 0.11 | 0.10 | 334.88 | 0.46 | 0.82 |
| Hex | E6 | BB | CD | 0 | 13 | B | A | 14F | 2E | 52 |
| Octal | 346 | 273 | 315 | 0 | 23 | 13 | 12 | 517 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11001101 | 0 | 10011 | 1011 | 1010 | 101001111 | 101110 | 1010010 |
Color Harmonies of #E6BBCD
Complementary color
Monochromatic Colors of #E6BBCD
Black with #E6BBCD
Text Example
Text Example
White with #E6BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBCD; }
p { color: rgb(230,187,205); }
H1.HeaderClassName
{
color: #E6BBCD;
}
.AnyTagClassName
{
color: #E6BBCD;
}
</style>
background-color css
<style>
a { background-color: #E6BBCD; }
a { background-color: rgb(230,187,205); }
div.DivClassName
{
background-color: #E6BBCD;
}
.BgClassName
{
background-color: #E6BBCD;
}
</style>
border-color css
<style>
span { border-color: #E6BBCD; }
span { border-color: rgb(230,187,205); }
td.TdClassName
{
border-color: #E6BBCD;
}
.TagClassName
{
border-color: #E6BBCD;
}
</style>