#E8DAEB

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

Shades of Selago #E8DAEB

Tints of Selago #E8DAEB

Color information

#E8DAEB (or 0xE8DAEB) is unknown color: approx Selago. HEX triplet: E8, DA and EB. RGB value is (232,218,235). Sum of RGB (Red+Green+Blue) = 232+218+235=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8DAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAEB is #172514. Grayscale: #E0E0E0. Windows color (decimal): -1516821 or 15457000. OLE color: 15457000.

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

Color convert

RGB232218235-
CMYK0.010.0700.08
HSL289.41º29.82%88.82%-
HSV(B)289.41º7.23%92.16%-
XYZ73.3573.388.88-
YUV224.12134.14133.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=33.87%
G=31.82%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322182350.010.0700.08289.4129.8288.82
HexE8DAEB17081211e59
Octal3503323531701044136131
Binary111010001101101011101011111101000100100001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAEB; }

 p { color: rgb(232,218,235); }

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

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

 a { background-color: rgb(232,218,235); }

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

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

 span { border-color: rgb(232,218,235); }

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