#E1C2CF

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

Shades of Twilight #E1C2CF

Tints of Twilight #E1C2CF

Color information

#E1C2CF (or 0xE1C2CF) is unknown color: approx Twilight. HEX triplet: E1, C2 and CF. RGB value is (225,194,207). Sum of RGB (Red+Green+Blue) = 225+194+207=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2CF is #1E3D30. Grayscale: #CCCCCC. Windows color (decimal): -1981745 or 13615841. OLE color: 13615841.

HSL color Cylindrical-coordinate representation of color #E1C2CF: hue angle of 334.84º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C2CF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225194207-
CMYK00.140.080.12
HSL334.84º34.07%82.16%-
HSV(B)334.84º13.78%88.24%-
XYZ61.6159.167.19-
YUV204.75129.27142.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=35.94%
G=30.99%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519420700.140.080.12334.8434.0782.16
HexE1C2CF0E8C14f2252
Octal341302317016101451742122
Binary11100001110000101100111101110100011001010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C2CF; }

 p { color: rgb(225,194,207); }

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

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

 a { background-color: rgb(225,194,207); }

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

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

 span { border-color: rgb(225,194,207); }

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