#EADFED

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

Shades of Selago #EADFED

Tints of Selago #EADFED

Color information

#EADFED (or 0xEADFED) is unknown color: approx Selago. HEX triplet: EA, DF and ED. RGB value is (234,223,237). Sum of RGB (Red+Green+Blue) = 234+223+237=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFED is #152012. Grayscale: #E3E3E3. Windows color (decimal): -1384467 or 15589354. OLE color: 15589354.

HSL color Cylindrical-coordinate representation of color #EADFED: hue angle of 287.14º degrees, saturation: 0.28, 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 #EADFED is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234223237-
CMYK0.010.0600.07
HSL287.14º28%90.2%-
HSV(B)287.14º5.91%92.94%-
XYZ75.6176.3890.88-
YUV227.88133.14132.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=33.72%
G=32.13%
B=34.15%

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
Decimal2342232370.010.0600.07287.142890.2
HexEADFED160711f1c5a
Octal352337355160743734132
Binary11101010110111111110110111100111100011111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFED; }

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

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

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

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

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

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

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

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