Shades of Twilight #E6AFCE
Tints of Twilight #E6AFCE
RGB
CMYK
RGB Variations
Color information
#E6AFCE (or 0xE6AFCE) is known color: Twilight. HEX triplet: E6, AF and CE. RGB value is (230,175,206). Sum of RGB (Red+Green+Blue) = 230+175+206=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFCE is #195031. Grayscale: #C2C2C2. Windows color (decimal): -1658930 or 13545446. OLE color: 13545446.
HSL color Cylindrical-coordinate representation of color #E6AFCE: hue angle of 326.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFCE is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 206 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.10 |
| HSL | 326.18º | 0.52% | 0.79% | - |
| HSV(B) | 326.18º | 0.24% | 0.9% | - |
| XYZ | 59.1 | 51.94 | 65.3 | - |
| YUV | 194.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 206 | 0 | 0.24 | 0.10 | 0.10 | 326.18 | 0.52 | 0.79 |
| Hex | E6 | AF | CE | 0 | 18 | A | A | 146 | 34 | 4F |
| Octal | 346 | 257 | 316 | 0 | 30 | 12 | 12 | 506 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11001110 | 0 | 11000 | 1010 | 1010 | 101000110 | 110100 | 1001111 |
Color Harmonies of #E6AFCE
Complementary color
Monochromatic Colors of #E6AFCE
Black with #E6AFCE
Text Example
Text Example
White with #E6AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFCE; }
p { color: rgb(230,175,206); }
H1.HeaderClassName
{
color: #E6AFCE;
}
.AnyTagClassName
{
color: #E6AFCE;
}
</style>
background-color css
<style>
a { background-color: #E6AFCE; }
a { background-color: rgb(230,175,206); }
div.DivClassName
{
background-color: #E6AFCE;
}
.BgClassName
{
background-color: #E6AFCE;
}
</style>
border-color css
<style>
span { border-color: #E6AFCE; }
span { border-color: rgb(230,175,206); }
td.TdClassName
{
border-color: #E6AFCE;
}
.TagClassName
{
border-color: #E6AFCE;
}
</style>