#EAD9EE

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

Shades of Selago #EAD9EE

Tints of Selago #EAD9EE

Color information

#EAD9EE (or 0xEAD9EE) is unknown color: approx Selago. HEX triplet: EA, D9 and EE. RGB value is (234,217,238). Sum of RGB (Red+Green+Blue) = 234+217+238=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9EE is #152611. Grayscale: #E0E0E0. Windows color (decimal): -1386002 or 15653354. OLE color: 15653354.

HSL color Cylindrical-coordinate representation of color #EAD9EE: hue angle of 288.57º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD9EE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234217238-
CMYK0.020.0900.07
HSL288.57º38.18%89.22%-
HSV(B)288.57º8.82%93.33%-
XYZ74.1873.2991.13-
YUV224.48135.63134.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=33.96%
G=31.49%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342172380.020.0900.07288.5738.1889.22
HexEAD9EE29071212659
Octal3523313562110744146131
Binary11101010110110011110111010100101111001000011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9EE; }

 p { color: rgb(234,217,238); }

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

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

 a { background-color: rgb(234,217,238); }

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

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

 span { border-color: rgb(234,217,238); }

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