Shades of Twilight #E2BDCF
Tints of Twilight #E2BDCF
RGB
CMYK
RGB Variations
Color information
#E2BDCF (or 0xE2BDCF) is known color: Twilight. HEX triplet: E2, BD and CF. RGB value is (226,189,207). Sum of RGB (Red+Green+Blue) = 226+189+207=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDCF is #1D4230. Grayscale: #CACACA. Windows color (decimal): -1917489 or 13614562. OLE color: 13614562.
HSL color Cylindrical-coordinate representation of color #E2BDCF: hue angle of 330.81º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDCF is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 189 | 207 | - |
CMYK | 0 | 0.16 | 0.08 | 0.11 |
HSL | 330.81º | 0.39% | 0.81% | - |
HSV(B) | 330.81º | 0.16% | 0.89% | - |
XYZ | 60.82 | 57.07 | 66.84 | - |
YUV | 202.12 | 130.76 | 145.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 189 | 207 | 0 | 0.16 | 0.08 | 0.11 | 330.81 | 0.39 | 0.81 |
Hex | E2 | BD | CF | 0 | 10 | 8 | B | 14B | 27 | 51 |
Octal | 342 | 275 | 317 | 0 | 20 | 10 | 13 | 513 | 47 | 121 |
Binary | 11100010 | 10111101 | 11001111 | 0 | 10000 | 1000 | 1011 | 101001011 | 100111 | 1010001 |
Color Harmonies of #E2BDCF
Complementary color
Monochromatic Colors of #E2BDCF
Black with #E2BDCF
Text Example
Text Example
White with #E2BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDCF; }
p { color: rgb(226,189,207); }
H1.HeaderClassName
{
color: #E2BDCF;
}
.AnyTagClassName
{
color: #E2BDCF;
}
</style>
background-color css
<style>
a { background-color: #E2BDCF; }
a { background-color: rgb(226,189,207); }
div.DivClassName
{
background-color: #E2BDCF;
}
.BgClassName
{
background-color: #E2BDCF;
}
</style>
border-color css
<style>
span { border-color: #E2BDCF; }
span { border-color: rgb(226,189,207); }
td.TdClassName
{
border-color: #E2BDCF;
}
.TagClassName
{
border-color: #E2BDCF;
}
</style>