Html Css Color HEX #EADFF0 White Lilac

📋 copy color: '#EADFF0'

red 234 ◦ green 223 ◦ blue 240

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

Shades of White Lilac #EADFF0

Tints of White Lilac #EADFF0

RGB

 RED value IS 234 (91.8% from 255) = 33.57%

 GREEN value IS 223 (87.5% from 255) = 31.99%

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

R = 33.57%
G = 31.99%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EADFF0 (or 0xEADFF0) is known color: White Lilac. HEX triplet: EA, DF and F0. RGB value is (234,223,240). Sum of RGB (Red+Green+Blue) = 234+223+240=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF0 is #15200F. Grayscale: #E4E4E4. Windows color (decimal): -1384464 or 15785962. OLE color: 15785962.

HSL color Cylindrical-coordinate representation of color #EADFF0: hue angle of 278.82º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADFF0 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 223 240 -
CMYK 0.02 0.07 0 0.06
HSL 278.82º 0.36% 0.91% -
HSV(B) 278.82º 0.07% 0.94% -
XYZ 76.05 76.56 93.21 -
YUV 228.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 234 223 240 0.02 0.07 0 0.06 278.82 0.36 0.91
Hex EA DF F0 2 7 0 6 117 24 5B
Octal 352 337 360 2 7 0 6 427 44 133
Binary 11101010 11011111 11110000 10 111 0 110 100010111 100100 1011011

Color Harmonies of #EADFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADFF0

Black with #EADFF0

Text Example


Text Example

White with #EADFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADFF0; }

 p { color: rgb(234,223,240); }

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

background-color css

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

 a { background-color: rgb(234,223,240); }

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

border-color css

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

 span { border-color: rgb(234,223,240); }

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