#EADFEC

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

Shades of Selago #EADFEC

Tints of Selago #EADFEC

Color information

#EADFEC (or 0xEADFEC) is unknown color: approx Selago. HEX triplet: EA, DF and EC. RGB value is (234,223,236). Sum of RGB (Red+Green+Blue) = 234+223+236=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFEC is #152013. Grayscale: #E3E3E3. Windows color (decimal): -1384468 or 15523818. OLE color: 15523818.

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

Color convert

RGB234223236-
CMYK0.010.0600.07
HSL290.77º25.49%90%-
HSV(B)290.77º5.51%92.55%-
XYZ75.4676.3290.11-
YUV227.77132.64132.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=33.77%
G=32.18%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342232360.010.0600.07290.7725.4990
HexEADFEC1607123195a
Octal352337354160744331132
Binary11101010110111111110110011100111100100011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFEC; }

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

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

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

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

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

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

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

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