#E8DBEA

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

Shades of Selago #E8DBEA

Tints of Selago #E8DBEA

Color information

#E8DBEA (or 0xE8DBEA) is unknown color: approx Selago. HEX triplet: E8, DB and EA. RGB value is (232,219,234). Sum of RGB (Red+Green+Blue) = 232+219+234=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBEA is #172415. Grayscale: #E0E0E0. Windows color (decimal): -1516566 or 15391720. OLE color: 15391720.

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

Color convert

RGB232219234-
CMYK0.010.0600.08
HSL292º26.32%88.82%-
HSV(B)292º6.41%91.76%-
XYZ73.4673.7688.21-
YUV224.6133.31133.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=33.87%
G=31.97%
B=34.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322192340.010.0600.0829226.3288.82
HexE8DBEA16081241a59
Octal3503333521601044432131
Binary111010001101101111101010111001000100100100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBEA; }

 p { color: rgb(232,219,234); }

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

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

 a { background-color: rgb(232,219,234); }

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

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

 span { border-color: rgb(232,219,234); }

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