#E7DDEA

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

Shades of Selago #E7DDEA

Tints of Selago #E7DDEA

Color information

#E7DDEA (or 0xE7DDEA) is unknown color: approx Selago. HEX triplet: E7, DD and EA. RGB value is (231,221,234). Sum of RGB (Red+Green+Blue) = 231+221+234=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDEA is #182215. Grayscale: #E1E1E1. Windows color (decimal): -1581590 or 15392231. OLE color: 15392231.

HSL color Cylindrical-coordinate representation of color #E7DDEA: hue angle of 286.15º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DDEA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231221234-
CMYK0.010.0600.08
HSL286.15º23.64%89.22%-
HSV(B)286.15º5.56%91.76%-
XYZ73.6674.6488.37-
YUV225.47132.81131.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.67%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=33.67%
G=32.22%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312212340.010.0600.08286.1523.6489.22
HexE7DDEA160811e1859
Octal3473353521601043630131
Binary111001111101110111101010111001000100011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDEA; }

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

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

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

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

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

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

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

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