#EEDEFB

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

Shades of White Lilac #EEDEFB

Tints of White Lilac #EEDEFB

Color information

#EEDEFB (or 0xEEDEFB) is unknown color: approx White Lilac. HEX triplet: EE, DE and FB. RGB value is (238,222,251). Sum of RGB (Red+Green+Blue) = 238+222+251=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFB is #112104. Grayscale: #E5E5E5. Windows color (decimal): -1122565 or 16506606. OLE color: 16506606.

HSL color Cylindrical-coordinate representation of color #EEDEFB: hue angle of 273.1º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDEFB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238222251-
CMYK0.050.1200.02
HSL273.1º78.38%92.75%-
HSV(B)273.1º11.55%98.43%-
XYZ78.7977.38102.05-
YUV230.09139.8133.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=33.47%
G=31.22%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382222510.050.1200.02273.178.3892.75
HexEEDEFB5C021114e5d
Octal35633637351402421116135
Binary111011101101111011111011101110001010001000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEFB; }

 p { color: rgb(238,222,251); }

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

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

 a { background-color: rgb(238,222,251); }

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

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

 span { border-color: rgb(238,222,251); }

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