#E2AACD

Color #E2AACD Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #E2AACD

Tints of Twilight #E2AACD

Color information

#E2AACD (or 0xE2AACD) is unknown color: approx Twilight. HEX triplet: E2, AA and CD. RGB value is (226,170,205). Sum of RGB (Red+Green+Blue) = 226+170+205=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AACD is #1D5532. Grayscale: #BEBEBE. Windows color (decimal): -1922355 or 13478626. OLE color: 13478626.

HSL color Cylindrical-coordinate representation of color #E2AACD: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AACD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226170205-
CMYK00.250.090.11
HSL322.5º49.12%77.65%-
HSV(B)322.5º24.78%88.63%-
XYZ56.7649.3364.29-
YUV190.73136.05153.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=37.60%
G=28.29%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617020500.250.090.11322.549.1277.65
HexE2AACD0199B142314e
Octal342252315031111350261116
Binary111000101010101011001101011001100110111010000101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AACD; }

 p { color: rgb(226,170,205); }

 H1.HeaderClassName
 {
   color: #E2AACD;
 }
 .AnyTagClassName
 {
   color: #E2AACD;
 }
</style>
background-color css

<style>
 a { background-color: #E2AACD; }

 a { background-color: rgb(226,170,205); }

 div.DivClassName
 {
   background-color: #E2AACD;
 }
 .BgClassName
 {
   background-color: #E2AACD;
 }
</style>
border-color css

<style>
 span { border-color: #E2AACD; }

 span { border-color: rgb(226,170,205); }

 td.TdClassName
 {
   border-color: #E2AACD;
 }
 .TagClassName
 {
   border-color: #E2AACD;
 }
</style>