#E1B0CF

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

Shades of Twilight #E1B0CF

Tints of Twilight #E1B0CF

Color information

#E1B0CF (or 0xE1B0CF) is unknown color: approx Twilight. HEX triplet: E1, B0 and CF. RGB value is (225,176,207). Sum of RGB (Red+Green+Blue) = 225+176+207=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0CF is #1E4F30. Grayscale: #C2C2C2. Windows color (decimal): -1986353 or 13611233. OLE color: 13611233.

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

Color convert

RGB225176207-
CMYK00.220.080.12
HSL322.04º44.95%78.63%-
HSV(B)322.04º21.78%88.24%-
XYZ57.8451.5665.94-
YUV194.18135.23149.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 176 (69.14% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=37.01%
G=28.95%
B=34.05%

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
Decimal22517620700.220.080.12322.0444.9578.63
HexE1B0CF0168C1422d4f
Octal341260317026101450255117
Binary111000011011000011001111010110100011001010000101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0CF; }

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

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

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

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

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

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

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

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