Shades of Twilight #E5C2D3
Tints of Twilight #E5C2D3
RGB
CMYK
RGB Variations
Color information
#E5C2D3 (or 0xE5C2D3) is known color: Twilight. HEX triplet: E5, C2 and D3. RGB value is (229,194,211). Sum of RGB (Red+Green+Blue) = 229+194+211=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2D3 is #1A3D2C. Grayscale: #CECECE. Windows color (decimal): -1719597 or 13877989. OLE color: 13877989.
HSL color Cylindrical-coordinate representation of color #E5C2D3: hue angle of 330.86º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C2D3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 211 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.10 |
| HSL | 330.86º | 0.4% | 0.83% | - |
| HSV(B) | 330.86º | 0.15% | 0.9% | - |
| XYZ | 63.36 | 59.94 | 69.86 | - |
| YUV | 206.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 211 | 0 | 0.15 | 0.08 | 0.10 | 330.86 | 0.4 | 0.83 |
| Hex | E5 | C2 | D3 | 0 | F | 8 | A | 14B | 28 | 53 |
| Octal | 345 | 302 | 323 | 0 | 17 | 10 | 12 | 513 | 50 | 123 |
| Binary | 11100101 | 11000010 | 11010011 | 0 | 1111 | 1000 | 1010 | 101001011 | 101000 | 1010011 |
Color Harmonies of #E5C2D3
Complementary color
Monochromatic Colors of #E5C2D3
Black with #E5C2D3
Text Example
Text Example
White with #E5C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C2D3; }
p { color: rgb(229,194,211); }
H1.HeaderClassName
{
color: #E5C2D3;
}
.AnyTagClassName
{
color: #E5C2D3;
}
</style>
background-color css
<style>
a { background-color: #E5C2D3; }
a { background-color: rgb(229,194,211); }
div.DivClassName
{
background-color: #E5C2D3;
}
.BgClassName
{
background-color: #E5C2D3;
}
</style>
border-color css
<style>
span { border-color: #E5C2D3; }
span { border-color: rgb(229,194,211); }
td.TdClassName
{
border-color: #E5C2D3;
}
.TagClassName
{
border-color: #E5C2D3;
}
</style>