Html Css Color HEX #EFDDF5 White Lilac

📋 copy color: '#EFDDF5'

red 239 ◦ green 221 ◦ blue 245

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

Shades of White Lilac #EFDDF5

Tints of White Lilac #EFDDF5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.35%

 BLUE value IS 245 (96.09% from 255) = 34.75%

R = 33.9%
G = 31.35%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFDDF5 (or 0xEFDDF5) is known color: White Lilac. HEX triplet: EF, DD and F5. RGB value is (239,221,245). Sum of RGB (Red+Green+Blue) = 239+221+245=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF5 is #10220A. Grayscale: #E5E5E5. Windows color (decimal): -1057291 or 16113135. OLE color: 16113135.

HSL color Cylindrical-coordinate representation of color #EFDDF5: hue angle of 285º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDDF5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 221 245 -
CMYK 0.02 0.10 0 0.04
HSL 285º 0.55% 0.91% -
HSV(B) 285º 0.1% 0.96% -
XYZ 77.93 76.66 97.07 -
YUV 229.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 239 221 245 0.02 0.10 0 0.04 285 0.55 0.91
Hex EF DD F5 2 A 0 4 11D 37 5B
Octal 357 335 365 2 12 0 4 435 67 133
Binary 11101111 11011101 11110101 10 1010 0 100 100011101 110111 1011011

Color Harmonies of #EFDDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDF5

Black with #EFDDF5

Text Example


Text Example

White with #EFDDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDF5; }

 p { color: rgb(239,221,245); }

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

background-color css

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

 a { background-color: rgb(239,221,245); }

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

border-color css

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

 span { border-color: rgb(239,221,245); }

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