Shades of Twilight #E6BED2
Tints of Twilight #E6BED2
RGB
CMYK
RGB Variations
Color information
#E6BED2 (or 0xE6BED2) is known color: Twilight. HEX triplet: E6, BE and D2. RGB value is (230,190,210). Sum of RGB (Red+Green+Blue) = 230+190+210=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED2 is #19412D. Grayscale: #CCCCCC. Windows color (decimal): -1655086 or 13811430. OLE color: 13811430.
HSL color Cylindrical-coordinate representation of color #E6BED2: hue angle of 330º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BED2 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 190 | 210 | - |
CMYK | 0 | 0.17 | 0.09 | 0.10 |
HSL | 330º | 0.44% | 0.82% | - |
HSV(B) | 330º | 0.17% | 0.9% | - |
XYZ | 62.68 | 58.3 | 68.92 | - |
YUV | 204.24 | 131.25 | 146.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 190 | 210 | 0 | 0.17 | 0.09 | 0.10 | 330 | 0.44 | 0.82 |
Hex | E6 | BE | D2 | 0 | 11 | 9 | A | 14A | 2C | 52 |
Octal | 346 | 276 | 322 | 0 | 21 | 11 | 12 | 512 | 54 | 122 |
Binary | 11100110 | 10111110 | 11010010 | 0 | 10001 | 1001 | 1010 | 101001010 | 101100 | 1010010 |
Color Harmonies of #E6BED2
Complementary color
Monochromatic Colors of #E6BED2
Black with #E6BED2
Text Example
Text Example
White with #E6BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BED2; }
p { color: rgb(230,190,210); }
H1.HeaderClassName
{
color: #E6BED2;
}
.AnyTagClassName
{
color: #E6BED2;
}
</style>
background-color css
<style>
a { background-color: #E6BED2; }
a { background-color: rgb(230,190,210); }
div.DivClassName
{
background-color: #E6BED2;
}
.BgClassName
{
background-color: #E6BED2;
}
</style>
border-color css
<style>
span { border-color: #E6BED2; }
span { border-color: rgb(230,190,210); }
td.TdClassName
{
border-color: #E6BED2;
}
.TagClassName
{
border-color: #E6BED2;
}
</style>