#EDDCFB

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

Shades of White Lilac #EDDCFB

Tints of White Lilac #EDDCFB

Color information

#EDDCFB (or 0xEDDCFB) is unknown color: approx White Lilac. HEX triplet: ED, DC and FB. RGB value is (237,220,251). Sum of RGB (Red+Green+Blue) = 237+220+251=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCFB is #122304. Grayscale: #E4E4E4. Windows color (decimal): -1188613 or 16506093. OLE color: 16506093.

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

Color convert

RGB237220251-
CMYK0.060.1200.02
HSL272.9º79.49%92.35%-
HSV(B)272.9º12.35%98.43%-
XYZ77.9376.16101.86-
YUV228.62140.63133.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=33.47%
G=31.07%
B=35.45%

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
Decimal2372202510.060.1200.02272.979.4992.35
HexEDDCFB6C021114f5c
Octal35533437361402421117134
Binary111011011101110011111011110110001010001000110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCFB; }

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

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

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

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

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

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

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

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