#E7BDD5

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

Shades of Twilight #E7BDD5

Tints of Twilight #E7BDD5

Color information

#E7BDD5 (or 0xE7BDD5) is unknown color: approx Twilight. HEX triplet: E7, BD and D5. RGB value is (231,189,213). Sum of RGB (Red+Green+Blue) = 231+189+213=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDD5 is #18422A. Grayscale: #CCCCCC. Windows color (decimal): -1589803 or 14007783. OLE color: 14007783.

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

Color convert

RGB231189213-
CMYK00.180.080.09
HSL325.71º46.67%82.35%-
HSV(B)325.71º18.18%90.59%-
XYZ63.1658.1970.85-
YUV204.29132.91147.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.49%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=36.49%
G=29.86%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118921300.180.080.09325.7146.6782.35
HexE7BDD5012891462f52
Octal347275325022101150657122
Binary111001111011110111010101010010100010011010001101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDD5; }

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

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

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

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

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

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

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

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