Shades of Twilight #E6AFCD
Tints of Twilight #E6AFCD
RGB
CMYK
RGB Variations
Color information
#E6AFCD (or 0xE6AFCD) is known color: Twilight. HEX triplet: E6, AF and CD. RGB value is (230,175,205). Sum of RGB (Red+Green+Blue) = 230+175+205=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFCD is #195032. Grayscale: #C2C2C2. Windows color (decimal): -1658931 or 13479910. OLE color: 13479910.
HSL color Cylindrical-coordinate representation of color #E6AFCD: hue angle of 327.27º 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 #E6AFCD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 205 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.10 |
| HSL | 327.27º | 0.52% | 0.79% | - |
| HSV(B) | 327.27º | 0.24% | 0.9% | - |
| XYZ | 58.98 | 51.89 | 64.66 | - |
| YUV | 194.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 205 | 0 | 0.24 | 0.11 | 0.10 | 327.27 | 0.52 | 0.79 |
| Hex | E6 | AF | CD | 0 | 18 | B | A | 147 | 34 | 4F |
| Octal | 346 | 257 | 315 | 0 | 30 | 13 | 12 | 507 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11001101 | 0 | 11000 | 1011 | 1010 | 101000111 | 110100 | 1001111 |
Color Harmonies of #E6AFCD
Complementary color
Monochromatic Colors of #E6AFCD
Black with #E6AFCD
Text Example
Text Example
White with #E6AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFCD; }
p { color: rgb(230,175,205); }
H1.HeaderClassName
{
color: #E6AFCD;
}
.AnyTagClassName
{
color: #E6AFCD;
}
</style>
background-color css
<style>
a { background-color: #E6AFCD; }
a { background-color: rgb(230,175,205); }
div.DivClassName
{
background-color: #E6AFCD;
}
.BgClassName
{
background-color: #E6AFCD;
}
</style>
border-color css
<style>
span { border-color: #E6AFCD; }
span { border-color: rgb(230,175,205); }
td.TdClassName
{
border-color: #E6AFCD;
}
.TagClassName
{
border-color: #E6AFCD;
}
</style>