Shades of Twilight #E2CBDA
Tints of Twilight #E2CBDA
RGB
CMYK
RGB Variations
Color information
#E2CBDA (or 0xE2CBDA) is known color: Twilight. HEX triplet: E2, CB and DA. RGB value is (226,203,218). Sum of RGB (Red+Green+Blue) = 226+203+218=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDA is #1D3425. Grayscale: #D3D3D3. Windows color (decimal): -1913894 or 14339042. OLE color: 14339042.
HSL color Cylindrical-coordinate representation of color #E2CBDA: hue angle of 320.87º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBDA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 218 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 320.87º | 0.28% | 0.84% | - |
| HSV(B) | 320.87º | 0.1% | 0.89% | - |
| XYZ | 65.37 | 63.94 | 75.23 | - |
| YUV | 211.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 218 | 0 | 0.10 | 0.04 | 0.11 | 320.87 | 0.28 | 0.84 |
| Hex | E2 | CB | DA | 0 | A | 4 | B | 141 | 1C | 54 |
| Octal | 342 | 313 | 332 | 0 | 12 | 4 | 13 | 501 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11011010 | 0 | 1010 | 100 | 1011 | 101000001 | 11100 | 1010100 |
Color Harmonies of #E2CBDA
Complementary color
Monochromatic Colors of #E2CBDA
Black with #E2CBDA
Text Example
Text Example
White with #E2CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBDA; }
p { color: rgb(226,203,218); }
H1.HeaderClassName
{
color: #E2CBDA;
}
.AnyTagClassName
{
color: #E2CBDA;
}
</style>
background-color css
<style>
a { background-color: #E2CBDA; }
a { background-color: rgb(226,203,218); }
div.DivClassName
{
background-color: #E2CBDA;
}
.BgClassName
{
background-color: #E2CBDA;
}
</style>
border-color css
<style>
span { border-color: #E2CBDA; }
span { border-color: rgb(226,203,218); }
td.TdClassName
{
border-color: #E2CBDA;
}
.TagClassName
{
border-color: #E2CBDA;
}
</style>