#E7DDE8

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

Shades of Selago #E7DDE8

Tints of Selago #E7DDE8

Color information

#E7DDE8 (or 0xE7DDE8) is unknown color: approx Selago. HEX triplet: E7, DD and E8. RGB value is (231,221,232). Sum of RGB (Red+Green+Blue) = 231+221+232=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDE8 is #182217. Grayscale: #E1E1E1. Windows color (decimal): -1581592 or 15261159. OLE color: 15261159.

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

Color convert

RGB231221232-
CMYK0.000.0500.09
HSL294.55º19.3%88.82%-
HSV(B)294.55º4.74%90.98%-
XYZ73.3874.5386.86-
YUV225.24131.81132.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.77%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 232 (91.02% from 255) = 33.92%
R=33.77%
G=32.31%
B=33.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312212320.000.0500.09294.5519.388.82
HexE7DDE805091271359
Octal3473353500501144723131
Binary111001111101110111101000010101001100100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDE8; }

 p { color: rgb(231,221,232); }

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

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

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

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

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

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

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