Html Css Color HEX #EFDCFF White Lilac

📋 copy color: '#EFDCFF'

red 239 ◦ green 220 ◦ blue 255

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

Shades of White Lilac #EFDCFF

Tints of White Lilac #EFDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.71%

R = 33.47%
G = 30.81%
B = 35.71%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFDCFF (or 0xEFDCFF) is known color: White Lilac. HEX triplet: EF, DC and FF. RGB value is (239,220,255). Sum of RGB (Red+Green+Blue) = 239+220+255=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFF is #102300. Grayscale: #E5E5E5. Windows color (decimal): -1057537 or 16768239. OLE color: 16768239.

HSL color Cylindrical-coordinate representation of color #EFDCFF: hue angle of 272.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDCFF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 220 255 -
CMYK 0.06 0.14 0 0
HSL 272.57º 1% 0.93% -
HSV(B) 272.57º 0.14% 1% -
XYZ 79.24 76.76 105.25 -
YUV 229.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 239 220 255 0.06 0.14 0 0 272.57 1 0.93
Hex EF DC FF 6 E 0 0 111 64 5D
Octal 357 334 377 6 16 0 0 421 144 135
Binary 11101111 11011100 11111111 110 1110 0 0 100010001 1100100 1011101

Color Harmonies of #EFDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCFF

Black with #EFDCFF

Text Example


Text Example

White with #EFDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCFF; }

 p { color: rgb(239,220,255); }

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

background-color css

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

 a { background-color: rgb(239,220,255); }

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

border-color css

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

 span { border-color: rgb(239,220,255); }

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