#E7B0D2

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

Shades of Twilight #E7B0D2

Tints of Twilight #E7B0D2

Color information

#E7B0D2 (or 0xE7B0D2) is unknown color: approx Twilight. HEX triplet: E7, B0 and D2. RGB value is (231,176,210). Sum of RGB (Red+Green+Blue) = 231+176+210=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0D2 is #184F2D. Grayscale: #C4C4C4. Windows color (decimal): -1593134 or 13807847. OLE color: 13807847.

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

Color convert

RGB231176210-
CMYK00.240.090.09
HSL322.91º53.4%79.8%-
HSV(B)322.91º23.81%90.59%-
XYZ60.1152.6967.98-
YUV196.32135.72152.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=37.44%
G=28.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117621000.240.090.09322.9153.479.8
HexE7B0D2018991433550
Octal347260322030111150365120
Binary111001111011000011010010011000100110011010000111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0D2; }

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

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

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

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

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

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

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

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