#EADBEE

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

Shades of Selago #EADBEE

Tints of Selago #EADBEE

Color information

#EADBEE (or 0xEADBEE) is unknown color: approx Selago. HEX triplet: EA, DB and EE. RGB value is (234,219,238). Sum of RGB (Red+Green+Blue) = 234+219+238=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #EADBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBEE is #152411. Grayscale: #E1E1E1. Windows color (decimal): -1385490 or 15653866. OLE color: 15653866.

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

Color convert

RGB234219238-
CMYK0.020.0800.07
HSL287.37º35.85%89.61%-
HSV(B)287.37º7.98%93.33%-
XYZ74.774.3391.3-
YUV225.65134.97133.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=33.86%
G=31.69%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342192380.020.0800.07287.3735.8589.61
HexEADBEE280711f245a
Octal3523333562100743744132
Binary11101010110110111110111010100001111000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBEE; }

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

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

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

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

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

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

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

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