Html Css Color HEX #EADCF8 White Lilac

📋 copy color: '#EADCF8'

red 234 ◦ green 220 ◦ blue 248

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

Shades of White Lilac #EADCF8

Tints of White Lilac #EADCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.34%

 BLUE value IS 248 (97.27% from 255) = 35.33%

R = 33.33%
G = 31.34%
B = 35.33%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EADCF8 (or 0xEADCF8) is known color: White Lilac. HEX triplet: EA, DC and F8. RGB value is (234,220,248). Sum of RGB (Red+Green+Blue) = 234+220+248=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #EADCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF8 is #152307. Grayscale: #E3E3E3. Windows color (decimal): -1385224 or 16309482. OLE color: 16309482.

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

Color convert

RGB 234 220 248 -
CMYK 0.06 0.11 0 0.03
HSL 270º 0.67% 0.92% -
HSV(B) 270º 0.11% 0.97% -
XYZ 76.47 75.46 99.34 -
YUV 227.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 234 220 248 0.06 0.11 0 0.03 270 0.67 0.92
Hex EA DC F8 6 B 0 3 10E 43 5C
Octal 352 334 370 6 13 0 3 416 103 134
Binary 11101010 11011100 11111000 110 1011 0 11 100001110 1000011 1011100

Color Harmonies of #EADCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADCF8

Black with #EADCF8

Text Example


Text Example

White with #EADCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADCF8; }

 p { color: rgb(234,220,248); }

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

background-color css

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

 a { background-color: rgb(234,220,248); }

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

border-color css

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

 span { border-color: rgb(234,220,248); }

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