#E8DFE8

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

Shades of Selago #E8DFE8

Tints of Selago #E8DFE8

Color information

#E8DFE8 (or 0xE8DFE8) is unknown color: approx Selago. HEX triplet: E8, DF and E8. RGB value is (232,223,232). Sum of RGB (Red+Green+Blue) = 232+223+232=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E8DFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFE8 is #172017. Grayscale: #E2E2E2. Windows color (decimal): -1515544 or 15261672. OLE color: 15261672.

HSL color Cylindrical-coordinate representation of color #E8DFE8: hue angle of 300º 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 #E8DFE8 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB232223232-
CMYK00.0400.09
HSL300º16.36%89.22%-
HSV(B)300º3.88%90.98%-
XYZ74.2375.7687.05-
YUV226.72130.98131.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.77%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=33.77%
G=32.46%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222323200.0400.0930016.3689.22
HexE8DFE8040912c1059
Octal3503373500401145420131
Binary111010001101111111101000010001001100101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFE8; }

 p { color: rgb(232,223,232); }

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

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

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

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

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

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

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