#E7BAD5

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

Shades of Twilight #E7BAD5

Tints of Twilight #E7BAD5

Color information

#E7BAD5 (or 0xE7BAD5) is unknown color: approx Twilight. HEX triplet: E7, BA and D5. RGB value is (231,186,213). Sum of RGB (Red+Green+Blue) = 231+186+213=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAD5 is #18452A. Grayscale: #CACACA. Windows color (decimal): -1590571 or 14007015. OLE color: 14007015.

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

Color convert

RGB231186213-
CMYK00.190.080.09
HSL324º48.39%81.76%-
HSV(B)324º19.48%90.59%-
XYZ62.5256.9170.64-
YUV202.53133.91148.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=36.67%
G=29.52%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118621300.190.080.0932448.3981.76
HexE7BAD5013891443052
Octal347272325023101150460122
Binary111001111011101011010101010011100010011010001001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAD5; }

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

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

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

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

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

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

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

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