#E7D8EA

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

Shades of Selago #E7D8EA

Tints of Selago #E7D8EA

Color information

#E7D8EA (or 0xE7D8EA) is unknown color: approx Selago. HEX triplet: E7, D8 and EA. RGB value is (231,216,234). Sum of RGB (Red+Green+Blue) = 231+216+234=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8EA is #182715. Grayscale: #DEDEDE. Windows color (decimal): -1582870 or 15390951. OLE color: 15390951.

HSL color Cylindrical-coordinate representation of color #E7D8EA: hue angle of 290º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D8EA is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231216234-
CMYK0.010.0800.08
HSL290º30%88.24%-
HSV(B)290º7.69%91.76%-
XYZ72.3672.0487.93-
YUV222.54134.47134.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.92%
GREEN value IS 216 (84.77% from 255) = 31.72%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=33.92%
G=31.72%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312162340.010.0800.082903088.24
HexE7D8EA18081221e58
Octal34733035211001044236130
Binary1110011111011000111010101100001000100100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8EA; }

 p { color: rgb(231,216,234); }

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

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

 a { background-color: rgb(231,216,234); }

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

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

 span { border-color: rgb(231,216,234); }

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