#E2BCCE

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

Shades of Twilight #E2BCCE

Tints of Twilight #E2BCCE

Color information

#E2BCCE (or 0xE2BCCE) is unknown color: approx Twilight. HEX triplet: E2, BC and CE. RGB value is (226,188,206). Sum of RGB (Red+Green+Blue) = 226+188+206=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCCE is #1D4331. Grayscale: #C9C9C9. Windows color (decimal): -1917746 or 13548770. OLE color: 13548770.

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

Color convert

RGB226188206-
CMYK00.170.090.11
HSL331.58º39.58%81.18%-
HSV(B)331.58º16.81%88.63%-
XYZ60.4956.5966.13-
YUV201.41130.59145.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=36.45%
G=30.32%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618820600.170.090.11331.5839.5881.18
HexE2BCCE0119B14c2851
Octal342274316021111351450121
Binary111000101011110011001110010001100110111010011001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCCE; }

 p { color: rgb(226,188,206); }

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

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

 a { background-color: rgb(226,188,206); }

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

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

 span { border-color: rgb(226,188,206); }

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