Html Css Color HEX #EADFF1 White Lilac

📋 copy color: '#EADFF1'

red 234 ◦ green 223 ◦ blue 241

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

Shades of White Lilac #EADFF1

Tints of White Lilac #EADFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.53%

R = 33.52%
G = 31.95%
B = 34.53%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EADFF1 (or 0xEADFF1) is known color: White Lilac. HEX triplet: EA, DF and F1. RGB value is (234,223,241). Sum of RGB (Red+Green+Blue) = 234+223+241=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #EADFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF1 is #15200E. Grayscale: #E4E4E4. Windows color (decimal): -1384463 or 15851498. OLE color: 15851498.

HSL color Cylindrical-coordinate representation of color #EADFF1: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADFF1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 223 241 -
CMYK 0.03 0.07 0 0.05
HSL 276.67º 0.39% 0.91% -
HSV(B) 276.67º 0.07% 0.95% -
XYZ 76.2 76.62 93.99 -
YUV 228.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 234 223 241 0.03 0.07 0 0.05 276.67 0.39 0.91
Hex EA DF F1 3 7 0 5 115 27 5B
Octal 352 337 361 3 7 0 5 425 47 133
Binary 11101010 11011111 11110001 11 111 0 101 100010101 100111 1011011

Color Harmonies of #EADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADFF1

Black with #EADFF1

Text Example


Text Example

White with #EADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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