#EDDEFB

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

Shades of White Lilac #EDDEFB

Tints of White Lilac #EDDEFB

Color information

#EDDEFB (or 0xEDDEFB) is unknown color: approx White Lilac. HEX triplet: ED, DE and FB. RGB value is (237,222,251). Sum of RGB (Red+Green+Blue) = 237+222+251=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEFB is #122104. Grayscale: #E5E5E5. Windows color (decimal): -1188101 or 16506605. OLE color: 16506605.

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

Color convert

RGB237222251-
CMYK0.060.1200.02
HSL271.03º78.38%92.75%-
HSV(B)271.03º11.55%98.43%-
XYZ78.4677.21102.03-
YUV229.79139.97133.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 222 (87.11% from 255) = 31.27%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=33.38%
G=31.27%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372222510.060.1200.02271.0378.3892.75
HexEDDEFB6C0210f4e5d
Octal35533637361402417116135
Binary111011011101111011111011110110001010000111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEFB; }

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

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

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

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

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

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

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

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