#EADCEC

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

Shades of Selago #EADCEC

Tints of Selago #EADCEC

Color information

#EADCEC (or 0xEADCEC) is unknown color: approx Selago. HEX triplet: EA, DC and EC. RGB value is (234,220,236). Sum of RGB (Red+Green+Blue) = 234+220+236=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCEC is #152313. Grayscale: #E1E1E1. Windows color (decimal): -1385236 or 15523050. OLE color: 15523050.

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

Color convert

RGB234220236-
CMYK0.010.0700.07
HSL292.5º29.63%89.41%-
HSV(B)292.5º6.78%92.55%-
XYZ74.6774.7389.85-
YUV226.01133.64133.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=33.91%
G=31.88%
B=34.20%

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
Decimal2342202360.010.0700.07292.529.6389.41
HexEADCEC17071241e59
Octal352334354170744436131
Binary11101010110111001110110011110111100100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCEC; }

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

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

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

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

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

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

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

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