#E4DFE5

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

Shades of Selago #E4DFE5

Tints of Selago #E4DFE5

Color information

#E4DFE5 (or 0xE4DFE5) is unknown color: approx Selago. HEX triplet: E4, DF and E5. RGB value is (228,223,229). Sum of RGB (Red+Green+Blue) = 228+223+229=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DFE5 is #1B201A. Grayscale: #E1E1E1. Windows color (decimal): -1777691 or 15065060. OLE color: 15065060.

HSL color Cylindrical-coordinate representation of color #E4DFE5: hue angle of 290º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E4DFE5 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228223229-
CMYK0.000.0300.10
HSL290º10.34%88.63%-
HSV(B)290º2.62%89.8%-
XYZ72.5374.9384.77-
YUV225.18130.16130.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.53%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 229 (89.84% from 255) = 33.68%
R=33.53%
G=32.79%
B=33.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282232290.000.0300.1029010.3488.63
HexE4DFE5030A122a59
Octal3443373450301244212131
Binary1110010011011111111001010110101010010001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFE5; }

 p { color: rgb(228,223,229); }

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

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

 a { background-color: rgb(228,223,229); }

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

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

 span { border-color: rgb(228,223,229); }

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