#E7DFE9

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

Shades of Selago #E7DFE9

Tints of Selago #E7DFE9

Color information

#E7DFE9 (or 0xE7DFE9) is unknown color: approx Selago. HEX triplet: E7, DF and E9. RGB value is (231,223,233). Sum of RGB (Red+Green+Blue) = 231+223+233=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7DFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFE9 is #182016. Grayscale: #E2E2E2. Windows color (decimal): -1581079 or 15327207. OLE color: 15327207.

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

Color convert

RGB231223233-
CMYK0.010.0400.09
HSL288º18.52%89.41%-
HSV(B)288º4.29%91.37%-
XYZ74.0575.6587.79-
YUV226.53131.65131.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.62%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=33.62%
G=32.46%
B=33.92%

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
Decimal2312232330.010.0400.0928818.5289.41
HexE7DFE914091201359
Octal3473373511401144023131
Binary111001111101111111101001110001001100100000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFE9; }

 p { color: rgb(231,223,233); }

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

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

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

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

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

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

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