#EAD9ED

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

Shades of Selago #EAD9ED

Tints of Selago #EAD9ED

Color information

#EAD9ED (or 0xEAD9ED) is unknown color: approx Selago. HEX triplet: EA, D9 and ED. RGB value is (234,217,237). Sum of RGB (Red+Green+Blue) = 234+217+237=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9ED is #152612. Grayscale: #E0E0E0. Windows color (decimal): -1386003 or 15587818. OLE color: 15587818.

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

Color convert

RGB234217237-
CMYK0.010.0800.07
HSL291º35.71%89.02%-
HSV(B)291º8.44%92.94%-
XYZ74.0373.2390.35-
YUV224.36135.13134.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=34.01%
G=31.54%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342172370.010.0800.0729135.7189.02
HexEAD9ED18071232459
Octal3523313551100744344131
Binary1110101011011001111011011100001111001000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9ED; }

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

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

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

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

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

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

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

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