Html Css Color HEX #EFDFFA White Lilac

📋 copy color: '#EFDFFA'

red 239 ◦ green 223 ◦ blue 250

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

Shades of White Lilac #EFDFFA

Tints of White Lilac #EFDFFA

RGB

 RED value IS 239 (93.75% from 255) = 33.57%

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

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 33.57%
G = 31.32%
B = 35.11%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFDFFA (or 0xEFDFFA) is known color: White Lilac. HEX triplet: EF, DF and FA. RGB value is (239,223,250). Sum of RGB (Red+Green+Blue) = 239+223+250=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFA is #102005. Grayscale: #E6E6E6. Windows color (decimal): -1056774 or 16441327. OLE color: 16441327.

HSL color Cylindrical-coordinate representation of color #EFDFFA: hue angle of 275.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDFFA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 223 250 -
CMYK 0.04 0.11 0 0.02
HSL 275.56º 0.73% 0.93% -
HSV(B) 275.56º 0.11% 0.98% -
XYZ 79.24 78.03 101.33 -
YUV 230.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 239 223 250 0.04 0.11 0 0.02 275.56 0.73 0.93
Hex EF DF FA 4 B 0 2 114 49 5D
Octal 357 337 372 4 13 0 2 424 111 135
Binary 11101111 11011111 11111010 100 1011 0 10 100010100 1001001 1011101

Color Harmonies of #EFDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFFA

Black with #EFDFFA

Text Example


Text Example

White with #EFDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFFA; }

 p { color: rgb(239,223,250); }

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

background-color css

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

 a { background-color: rgb(239,223,250); }

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

border-color css

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

 span { border-color: rgb(239,223,250); }

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