Shades of Twilight #E6BDCE
Tints of Twilight #E6BDCE
RGB
CMYK
RGB Variations
Color information
#E6BDCE (or 0xE6BDCE) is known color: Twilight. HEX triplet: E6, BD and CE. RGB value is (230,189,206). Sum of RGB (Red+Green+Blue) = 230+189+206=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCE is #194231. Grayscale: #CBCBCB. Windows color (decimal): -1655346 or 13549030. OLE color: 13549030.
HSL color Cylindrical-coordinate representation of color #E6BDCE: hue angle of 335.12º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDCE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 206 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.10 |
| HSL | 335.12º | 0.45% | 0.82% | - |
| HSV(B) | 335.12º | 0.18% | 0.9% | - |
| XYZ | 61.97 | 57.67 | 66.26 | - |
| YUV | 203.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 206 | 0 | 0.18 | 0.10 | 0.10 | 335.12 | 0.45 | 0.82 |
| Hex | E6 | BD | CE | 0 | 12 | A | A | 14F | 2D | 52 |
| Octal | 346 | 275 | 316 | 0 | 22 | 12 | 12 | 517 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11001110 | 0 | 10010 | 1010 | 1010 | 101001111 | 101101 | 1010010 |
Color Harmonies of #E6BDCE
Complementary color
Monochromatic Colors of #E6BDCE
Black with #E6BDCE
Text Example
Text Example
White with #E6BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDCE; }
p { color: rgb(230,189,206); }
H1.HeaderClassName
{
color: #E6BDCE;
}
.AnyTagClassName
{
color: #E6BDCE;
}
</style>
background-color css
<style>
a { background-color: #E6BDCE; }
a { background-color: rgb(230,189,206); }
div.DivClassName
{
background-color: #E6BDCE;
}
.BgClassName
{
background-color: #E6BDCE;
}
</style>
border-color css
<style>
span { border-color: #E6BDCE; }
span { border-color: rgb(230,189,206); }
td.TdClassName
{
border-color: #E6BDCE;
}
.TagClassName
{
border-color: #E6BDCE;
}
</style>