#EADBEC

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

Shades of Selago #EADBEC

Tints of Selago #EADBEC

Color information

#EADBEC (or 0xEADBEC) is unknown color: approx Selago. HEX triplet: EA, DB and EC. RGB value is (234,219,236). Sum of RGB (Red+Green+Blue) = 234+219+236=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBEC is #152413. Grayscale: #E1E1E1. Windows color (decimal): -1385492 or 15522794. OLE color: 15522794.

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

Color convert

RGB234219236-
CMYK0.010.0700.07
HSL292.94º30.91%89.22%-
HSV(B)292.94º7.2%92.55%-
XYZ74.474.2189.76-
YUV225.42133.97134.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=33.96%
G=31.79%
B=34.25%

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
Decimal2342192360.010.0700.07292.9430.9189.22
HexEADBEC17071251f59
Octal352333354170744537131
Binary11101010110110111110110011110111100100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBEC; }

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

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

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

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

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

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

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

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