Shades of Twilight #E5BDD1
Tints of Twilight #E5BDD1
RGB
CMYK
RGB Variations
Color information
#E5BDD1 (or 0xE5BDD1) is known color: Twilight. HEX triplet: E5, BD and D1. RGB value is (229,189,209). Sum of RGB (Red+Green+Blue) = 229+189+209=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDD1 is #1A422E. Grayscale: #CBCBCB. Windows color (decimal): -1720879 or 13745637. OLE color: 13745637.
HSL color Cylindrical-coordinate representation of color #E5BDD1: hue angle of 330º degrees, saturation: 0.43, 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 #E5BDD1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 209 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.10 |
| HSL | 330º | 0.43% | 0.82% | - |
| HSV(B) | 330º | 0.17% | 0.9% | - |
| XYZ | 62.02 | 57.66 | 68.18 | - |
| YUV | 203.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 209 | 0 | 0.17 | 0.09 | 0.10 | 330 | 0.43 | 0.82 |
| Hex | E5 | BD | D1 | 0 | 11 | 9 | A | 14A | 2B | 52 |
| Octal | 345 | 275 | 321 | 0 | 21 | 11 | 12 | 512 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11010001 | 0 | 10001 | 1001 | 1010 | 101001010 | 101011 | 1010010 |
Color Harmonies of #E5BDD1
Complementary color
Monochromatic Colors of #E5BDD1
Black with #E5BDD1
Text Example
Text Example
White with #E5BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDD1; }
p { color: rgb(229,189,209); }
H1.HeaderClassName
{
color: #E5BDD1;
}
.AnyTagClassName
{
color: #E5BDD1;
}
</style>
background-color css
<style>
a { background-color: #E5BDD1; }
a { background-color: rgb(229,189,209); }
div.DivClassName
{
background-color: #E5BDD1;
}
.BgClassName
{
background-color: #E5BDD1;
}
</style>
border-color css
<style>
span { border-color: #E5BDD1; }
span { border-color: rgb(229,189,209); }
td.TdClassName
{
border-color: #E5BDD1;
}
.TagClassName
{
border-color: #E5BDD1;
}
</style>