#EADDEC

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

Shades of Selago #EADDEC

Tints of Selago #EADDEC

Color information

#EADDEC (or 0xEADDEC) is unknown color: approx Selago. HEX triplet: EA, DD and EC. RGB value is (234,221,236). Sum of RGB (Red+Green+Blue) = 234+221+236=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEC is #152213. Grayscale: #E2E2E2. Windows color (decimal): -1384980 or 15523306. OLE color: 15523306.

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

Color convert

RGB234221236-
CMYK0.010.0600.07
HSL292º28.3%89.61%-
HSV(B)292º6.36%92.55%-
XYZ74.9375.2689.93-
YUV226.6133.31133.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=33.86%
G=31.98%
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
Decimal2342212360.010.0600.0729228.389.61
HexEADDEC16071241c5a
Octal352335354160744434132
Binary11101010110111011110110011100111100100100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDEC; }

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

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

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

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

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

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

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

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