#EADCEB

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

Shades of Selago #EADCEB

Tints of Selago #EADCEB

Color information

#EADCEB (or 0xEADCEB) is unknown color: approx Selago. HEX triplet: EA, DC and EB. RGB value is (234,220,235). Sum of RGB (Red+Green+Blue) = 234+220+235=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: blue. Hex color #EADCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCEB is #152314. Grayscale: #E1E1E1. Windows color (decimal): -1385237 or 15457514. OLE color: 15457514.

HSL color Cylindrical-coordinate representation of color #EADCEB: hue angle of 296º degrees, saturation: 0.27, 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 #EADCEB is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234220235-
CMYK0.000.0600.08
HSL296º27.27%89.22%-
HSV(B)296º6.38%92.16%-
XYZ74.5274.6889.08-
YUV225.9133.14133.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=33.96%
G=31.93%
B=34.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342202350.000.0600.0829627.2789.22
HexEADCEB06081281b59
Octal3523343530601045033131
Binary111010101101110011101011011001000100101000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCEB; }

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

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

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

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

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

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

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

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