#E1AFCE

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

Shades of Twilight #E1AFCE

Tints of Twilight #E1AFCE

Color information

#E1AFCE (or 0xE1AFCE) is unknown color: approx Twilight. HEX triplet: E1, AF and CE. RGB value is (225,175,206). Sum of RGB (Red+Green+Blue) = 225+175+206=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCE is #1E5031. Grayscale: #C1C1C1. Windows color (decimal): -1986610 or 13545441. OLE color: 13545441.

HSL color Cylindrical-coordinate representation of color #E1AFCE: hue angle of 322.8º 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 #E1AFCE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225175206-
CMYK00.220.080.12
HSL322.8º45.45%78.43%-
HSV(B)322.8º22.22%88.24%-
XYZ57.5251.1265.23-
YUV193.48135.06150.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=37.13%
G=28.88%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517520600.220.080.12322.845.4578.43
HexE1AFCE0168C1432d4e
Octal341257316026101450355116
Binary111000011010111111001110010110100011001010000111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFCE; }

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

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

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

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

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

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

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

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