#EDDFFB

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

Shades of White Lilac #EDDFFB

Tints of White Lilac #EDDFFB

Color information

#EDDFFB (or 0xEDDFFB) is unknown color: approx White Lilac. HEX triplet: ED, DF and FB. RGB value is (237,223,251). Sum of RGB (Red+Green+Blue) = 237+223+251=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 223 (87.5% from 255 or 31.36% 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 #EDDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFB is #122004. Grayscale: #E6E6E6. Windows color (decimal): -1187845 or 16506861. OLE color: 16506861.

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

Color convert

RGB237223251-
CMYK0.060.1100.02
HSL270º77.78%92.94%-
HSV(B)270º11.16%98.43%-
XYZ78.7377.74102.12-
YUV230.38139.64132.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 31.36%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=33.33%
G=31.36%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372232510.060.1100.0227077.7892.94
HexEDDFFB6B0210e4e5d
Octal35533737361302416116135
Binary111011011101111111111011110101101010000111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFFB; }

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

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

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

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

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

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

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

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