Shades of Twilight #E6BFD5
Tints of Twilight #E6BFD5
RGB
CMYK
RGB Variations
Color information
#E6BFD5 (or 0xE6BFD5) is known color: Twilight. HEX triplet: E6, BF and D5. RGB value is (230,191,213). Sum of RGB (Red+Green+Blue) = 230+191+213=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD5 is #19402A. Grayscale: #CDCDCD. Windows color (decimal): -1654827 or 14008294. OLE color: 14008294.
HSL color Cylindrical-coordinate representation of color #E6BFD5: hue angle of 326.15º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFD5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 191 | 213 | - |
CMYK | 0 | 0.17 | 0.07 | 0.10 |
HSL | 326.15º | 0.44% | 0.83% | - |
HSV(B) | 326.15º | 0.17% | 0.9% | - |
XYZ | 63.27 | 58.89 | 70.98 | - |
YUV | 205.17 | 132.42 | 145.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 191 | 213 | 0 | 0.17 | 0.07 | 0.10 | 326.15 | 0.44 | 0.83 |
Hex | E6 | BF | D5 | 0 | 11 | 7 | A | 146 | 2C | 53 |
Octal | 346 | 277 | 325 | 0 | 21 | 7 | 12 | 506 | 54 | 123 |
Binary | 11100110 | 10111111 | 11010101 | 0 | 10001 | 111 | 1010 | 101000110 | 101100 | 1010011 |
Color Harmonies of #E6BFD5
Complementary color
Monochromatic Colors of #E6BFD5
Black with #E6BFD5
Text Example
Text Example
White with #E6BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD5; }
p { color: rgb(230,191,213); }
H1.HeaderClassName
{
color: #E6BFD5;
}
.AnyTagClassName
{
color: #E6BFD5;
}
</style>
background-color css
<style>
a { background-color: #E6BFD5; }
a { background-color: rgb(230,191,213); }
div.DivClassName
{
background-color: #E6BFD5;
}
.BgClassName
{
background-color: #E6BFD5;
}
</style>
border-color css
<style>
span { border-color: #E6BFD5; }
span { border-color: rgb(230,191,213); }
td.TdClassName
{
border-color: #E6BFD5;
}
.TagClassName
{
border-color: #E6BFD5;
}
</style>