#E5DEE7

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

Shades of Selago #E5DEE7

Tints of Selago #E5DEE7

Color information

#E5DEE7 (or 0xE5DEE7) is unknown color: approx Selago. HEX triplet: E5, DE and E7. RGB value is (229,222,231). Sum of RGB (Red+Green+Blue) = 229+222+231=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 231 - color contains mainly: blue. Hex color #E5DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEE7 is #1A2118. Grayscale: #E1E1E1. Windows color (decimal): -1712409 or 15195877. OLE color: 15195877.

HSL color Cylindrical-coordinate representation of color #E5DEE7: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DEE7 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229222231-
CMYK0.010.0400.09
HSL286.67º15.79%88.82%-
HSV(B)286.67º3.9%90.59%-
XYZ72.8674.6786.17-
YUV225.12131.32130.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 231 (90.62% from 255) = 33.87%
R=33.58%
G=32.55%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292222310.010.0400.09286.6715.7988.82
HexE5DEE7140911f1059
Octal3453363471401143720131
Binary111001011101111011100111110001001100011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEE7; }

 p { color: rgb(229,222,231); }

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

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

 a { background-color: rgb(229,222,231); }

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

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

 span { border-color: rgb(229,222,231); }

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