#E7BAD2

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

Shades of Twilight #E7BAD2

Tints of Twilight #E7BAD2

Color information

#E7BAD2 (or 0xE7BAD2) is unknown color: approx Twilight. HEX triplet: E7, BA and D2. RGB value is (231,186,210). Sum of RGB (Red+Green+Blue) = 231+186+210=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAD2 is #18452D. Grayscale: #CACACA. Windows color (decimal): -1590574 or 13810407. OLE color: 13810407.

HSL color Cylindrical-coordinate representation of color #E7BAD2: hue angle of 328º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BAD2 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB231186210-
CMYK00.190.090.09
HSL328º48.39%81.76%-
HSV(B)328º19.48%90.59%-
XYZ62.1556.7668.65-
YUV202.19132.41148.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 210 (82.42% from 255) = 33.49%
R=36.84%
G=29.67%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118621000.190.090.0932848.3981.76
HexE7BAD2013991483052
Octal347272322023111151060122
Binary111001111011101011010010010011100110011010010001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAD2; }

 p { color: rgb(231,186,210); }

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

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

 a { background-color: rgb(231,186,210); }

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

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

 span { border-color: rgb(231,186,210); }

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