#E7DBEA

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

Shades of Selago #E7DBEA

Tints of Selago #E7DBEA

Color information

#E7DBEA (or 0xE7DBEA) is unknown color: approx Selago. HEX triplet: E7, DB and EA. RGB value is (231,219,234). Sum of RGB (Red+Green+Blue) = 231+219+234=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBEA is #182415. Grayscale: #E0E0E0. Windows color (decimal): -1582102 or 15391719. OLE color: 15391719.

HSL color Cylindrical-coordinate representation of color #E7DBEA: hue angle of 288º 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 #E7DBEA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231219234-
CMYK0.010.0600.08
HSL288º26.32%88.82%-
HSV(B)288º6.41%91.76%-
XYZ73.1473.5988.19-
YUV224.3133.48132.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=33.77%
G=32.02%
B=34.21%

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
Decimal2312192340.010.0600.0828826.3288.82
HexE7DBEA16081201a59
Octal3473333521601044032131
Binary111001111101101111101010111001000100100000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBEA; }

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

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

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

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

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

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

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

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