Shades of Twilight #E6BFD6
Tints of Twilight #E6BFD6
RGB
CMYK
RGB Variations
Color information
#E6BFD6 (or 0xE6BFD6) is known color: Twilight. HEX triplet: E6, BF and D6. RGB value is (230,191,214). Sum of RGB (Red+Green+Blue) = 230+191+214=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD6 is #194029. Grayscale: #CDCDCD. Windows color (decimal): -1654826 or 14073830. OLE color: 14073830.
HSL color Cylindrical-coordinate representation of color #E6BFD6: hue angle of 324.62º 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 #E6BFD6 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 191 | 214 | - |
CMYK | 0 | 0.17 | 0.07 | 0.10 |
HSL | 324.62º | 0.44% | 0.83% | - |
HSV(B) | 324.62º | 0.17% | 0.9% | - |
XYZ | 63.4 | 58.94 | 71.65 | - |
YUV | 205.28 | 132.92 | 145.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 191 | 214 | 0 | 0.17 | 0.07 | 0.10 | 324.62 | 0.44 | 0.83 |
Hex | E6 | BF | D6 | 0 | 11 | 7 | A | 145 | 2C | 53 |
Octal | 346 | 277 | 326 | 0 | 21 | 7 | 12 | 505 | 54 | 123 |
Binary | 11100110 | 10111111 | 11010110 | 0 | 10001 | 111 | 1010 | 101000101 | 101100 | 1010011 |
Color Harmonies of #E6BFD6
Complementary color
Monochromatic Colors of #E6BFD6
Black with #E6BFD6
Text Example
Text Example
White with #E6BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD6; }
p { color: rgb(230,191,214); }
H1.HeaderClassName
{
color: #E6BFD6;
}
.AnyTagClassName
{
color: #E6BFD6;
}
</style>
background-color css
<style>
a { background-color: #E6BFD6; }
a { background-color: rgb(230,191,214); }
div.DivClassName
{
background-color: #E6BFD6;
}
.BgClassName
{
background-color: #E6BFD6;
}
</style>
border-color css
<style>
span { border-color: #E6BFD6; }
span { border-color: rgb(230,191,214); }
td.TdClassName
{
border-color: #E6BFD6;
}
.TagClassName
{
border-color: #E6BFD6;
}
</style>