Shades of Twilight #E6B9CF
Tints of Twilight #E6B9CF
RGB
CMYK
RGB Variations
Color information
#E6B9CF (or 0xE6B9CF) is known color: Twilight. HEX triplet: E6, B9 and CF. RGB value is (230,185,207). Sum of RGB (Red+Green+Blue) = 230+185+207=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9CF is #194630. Grayscale: #C8C8C8. Windows color (decimal): -1656369 or 13613542. OLE color: 13613542.
HSL color Cylindrical-coordinate representation of color #E6B9CF: hue angle of 330.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9CF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 207 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.10 |
| HSL | 330.67º | 0.47% | 0.81% | - |
| HSV(B) | 330.67º | 0.2% | 0.9% | - |
| XYZ | 61.24 | 56.03 | 66.62 | - |
| YUV | 200.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 207 | 0 | 0.20 | 0.10 | 0.10 | 330.67 | 0.47 | 0.81 |
| Hex | E6 | B9 | CF | 0 | 14 | A | A | 14B | 2F | 51 |
| Octal | 346 | 271 | 317 | 0 | 24 | 12 | 12 | 513 | 57 | 121 |
| Binary | 11100110 | 10111001 | 11001111 | 0 | 10100 | 1010 | 1010 | 101001011 | 101111 | 1010001 |
Color Harmonies of #E6B9CF
Complementary color
Monochromatic Colors of #E6B9CF
Black with #E6B9CF
Text Example
Text Example
White with #E6B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9CF; }
p { color: rgb(230,185,207); }
H1.HeaderClassName
{
color: #E6B9CF;
}
.AnyTagClassName
{
color: #E6B9CF;
}
</style>
background-color css
<style>
a { background-color: #E6B9CF; }
a { background-color: rgb(230,185,207); }
div.DivClassName
{
background-color: #E6B9CF;
}
.BgClassName
{
background-color: #E6B9CF;
}
</style>
border-color css
<style>
span { border-color: #E6B9CF; }
span { border-color: rgb(230,185,207); }
td.TdClassName
{
border-color: #E6B9CF;
}
.TagClassName
{
border-color: #E6B9CF;
}
</style>