Html Css Color HEX #EFDCFC White Lilac

📋 copy color: '#EFDCFC'

red 239 ◦ green 220 ◦ blue 252

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

Shades of White Lilac #EFDCFC

Tints of White Lilac #EFDCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.44%

R = 33.61%
G = 30.94%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFDCFC (or 0xEFDCFC) is known color: White Lilac. HEX triplet: EF, DC and FC. RGB value is (239,220,252). Sum of RGB (Red+Green+Blue) = 239+220+252=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFC is #102303. Grayscale: #E5E5E5. Windows color (decimal): -1057540 or 16571631. OLE color: 16571631.

HSL color Cylindrical-coordinate representation of color #EFDCFC: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDCFC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 220 252 -
CMYK 0.05 0.13 0 0.01
HSL 275.63º 0.84% 0.93% -
HSV(B) 275.63º 0.13% 0.99% -
XYZ 78.76 76.57 102.72 -
YUV 229.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 239 220 252 0.05 0.13 0 0.01 275.63 0.84 0.93
Hex EF DC FC 5 D 0 1 114 54 5D
Octal 357 334 374 5 15 0 1 424 124 135
Binary 11101111 11011100 11111100 101 1101 0 1 100010100 1010100 1011101

Color Harmonies of #EFDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCFC

Black with #EFDCFC

Text Example


Text Example

White with #EFDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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