Html Css Color HEX #EFDEFA White Lilac

📋 copy color: '#EFDEFA'

red 239 ◦ green 222 ◦ blue 250

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

Shades of White Lilac #EFDEFA

Tints of White Lilac #EFDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.22%

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

R = 33.61%
G = 31.22%
B = 35.16%

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

#EFDEFA (or 0xEFDEFA) is known color: White Lilac. HEX triplet: EF, DE and FA. RGB value is (239,222,250). Sum of RGB (Red+Green+Blue) = 239+222+250=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFA is #102105. Grayscale: #E6E6E6. Windows color (decimal): -1057030 or 16441071. OLE color: 16441071.

HSL color Cylindrical-coordinate representation of color #EFDEFA: hue angle of 276.43º degrees, saturation: 0.74, 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 #EFDEFA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 222 250 -
CMYK 0.04 0.11 0 0.02
HSL 276.43º 0.74% 0.93% -
HSV(B) 276.43º 0.11% 0.98% -
XYZ 78.97 77.5 101.24 -
YUV 230.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 239 222 250 0.04 0.11 0 0.02 276.43 0.74 0.93
Hex EF DE FA 4 B 0 2 114 4A 5D
Octal 357 336 372 4 13 0 2 424 112 135
Binary 11101111 11011110 11111010 100 1011 0 10 100010100 1001010 1011101

Color Harmonies of #EFDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEFA

Black with #EFDEFA

Text Example


Text Example

White with #EFDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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