Html Css Color HEX #EDE3F0 White Lilac

📋 copy color: '#EDE3F0'

red 237 ◦ green 227 ◦ blue 240

#EDE3F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #EDE3F0

Tints of White Lilac #EDE3F0

RGB

 RED value IS 237 (92.97% from 255) = 33.66%

 GREEN value IS 227 (89.06% from 255) = 32.24%

 BLUE value IS 240 (94.14% from 255) = 34.09%

R = 33.66%
G = 32.24%
B = 34.09%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDE3F0 (or 0xEDE3F0) is known color: White Lilac. HEX triplet: ED, E3 and F0. RGB value is (237,227,240). Sum of RGB (Red+Green+Blue) = 237+227+240=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 240 (94.14% from 255 or 34.09% from 704); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3F0 is #121C0F. Grayscale: #E7E7E7. Windows color (decimal): -1186832 or 15786989. OLE color: 15786989.

HSL color Cylindrical-coordinate representation of color #EDE3F0: hue angle of 286.15º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE3F0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 227 240 -
CMYK 0.01 0.05 0 0.06
HSL 286.15º 0.3% 0.92% -
HSV(B) 286.15º 0.05% 0.94% -
XYZ 78.12 79.23 93.61 -
YUV 231.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 237 227 240 0.01 0.05 0 0.06 286.15 0.3 0.92
Hex ED E3 F0 1 5 0 6 11E 1E 5C
Octal 355 343 360 1 5 0 6 436 36 134
Binary 11101101 11100011 11110000 1 101 0 110 100011110 11110 1011100

Color Harmonies of #EDE3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3F0

Black with #EDE3F0

Text Example


Text Example

White with #EDE3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3F0; }

 p { color: rgb(237,227,240); }

 H1.HeaderClassName
 {
   color: #EDE3F0;
 }
 .AnyTagClassName
 {
   color: #EDE3F0;
 }
</style>

background-color css

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

 a { background-color: rgb(237,227,240); }

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

border-color css

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

 span { border-color: rgb(237,227,240); }

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