#E1AFC7

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

Shades of Twilight #E1AFC7

Tints of Twilight #E1AFC7

Color information

#E1AFC7 (or 0xE1AFC7) is unknown color: approx Twilight. HEX triplet: E1, AF and C7. RGB value is (225,175,199). Sum of RGB (Red+Green+Blue) = 225+175+199=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC7 is #1E5038. Grayscale: #C0C0C0. Windows color (decimal): -1986617 or 13086689. OLE color: 13086689.

HSL color Cylindrical-coordinate representation of color #E1AFC7: hue angle of 331.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFC7 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225175199-
CMYK00.220.120.12
HSL331.2º45.45%78.43%-
HSV(B)331.2º22.22%88.24%-
XYZ56.6950.7960.85-
YUV192.69131.56151.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=37.56%
G=29.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517519900.220.120.12331.245.4578.43
HexE1AFC7016CC14b2d4e
Octal341257307026141451355116
Binary111000011010111111000111010110110011001010010111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFC7; }

 p { color: rgb(225,175,199); }

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

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

 a { background-color: rgb(225,175,199); }

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

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

 span { border-color: rgb(225,175,199); }

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