#EADCED

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

Shades of Selago #EADCED

Tints of Selago #EADCED

Color information

#EADCED (or 0xEADCED) is unknown color: approx Selago. HEX triplet: EA, DC and ED. RGB value is (234,220,237). Sum of RGB (Red+Green+Blue) = 234+220+237=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCED is #152312. Grayscale: #E2E2E2. Windows color (decimal): -1385235 or 15588586. OLE color: 15588586.

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

Color convert

RGB234220237-
CMYK0.010.0700.07
HSL289.41º32.08%89.61%-
HSV(B)289.41º7.17%92.94%-
XYZ74.8174.7990.61-
YUV226.12134.14133.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=33.86%
G=31.84%
B=34.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342202370.010.0700.07289.4132.0889.61
HexEADCED1707121205a
Octal352334355170744140132
Binary111010101101110011101101111101111001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCED; }

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

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

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

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

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

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

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

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