#E3DBE5

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

Shades of Selago #E3DBE5

Tints of Selago #E3DBE5

Color information

#E3DBE5 (or 0xE3DBE5) is unknown color: approx Selago. HEX triplet: E3, DB and E5. RGB value is (227,219,229). Sum of RGB (Red+Green+Blue) = 227+219+229=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3DBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DBE5 is #1C241A. Grayscale: #DEDEDE. Windows color (decimal): -1844251 or 15064035. OLE color: 15064035.

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

Color convert

RGB227219229-
CMYK0.010.0400.10
HSL288º16.13%87.84%-
HSV(B)288º4.37%89.8%-
XYZ71.1572.6584.4-
YUV222.53131.65131.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.63%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=33.63%
G=32.44%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2272192290.010.0400.1028816.1387.84
HexE3DBE5140A1201058
Octal3433333451401244020130
Binary111000111101101111100101110001010100100000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBE5; }

 p { color: rgb(227,219,229); }

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

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

 a { background-color: rgb(227,219,229); }

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

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

 span { border-color: rgb(227,219,229); }

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