#EADBEB

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

Shades of Selago #EADBEB

Tints of Selago #EADBEB

Color information

#EADBEB (or 0xEADBEB) is unknown color: approx Selago. HEX triplet: EA, DB and EB. RGB value is (234,219,235). Sum of RGB (Red+Green+Blue) = 234+219+235=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #EADBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBEB is #152414. Grayscale: #E1E1E1. Windows color (decimal): -1385493 or 15457258. OLE color: 15457258.

HSL color Cylindrical-coordinate representation of color #EADBEB: hue angle of 296.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADBEB is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234219235-
CMYK0.000.0700.08
HSL296.25º28.57%89.02%-
HSV(B)296.25º6.81%92.16%-
XYZ74.2674.1589-
YUV225.31133.47134.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=34.01%
G=31.83%
B=34.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342192350.000.0700.08296.2528.5789.02
HexEADBEB07081281d59
Octal3523333530701045035131
Binary111010101101101111101011011101000100101000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBEB; }

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

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

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

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

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

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

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

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