Html Css Color HEX #EFB4DD French Lilac

📋 copy color: '#EFB4DD'

red 239 ◦ green 180 ◦ blue 221

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

Shades of French Lilac #EFB4DD

Tints of French Lilac #EFB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.13%

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 37.34%
G = 28.13%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFB4DD (or 0xEFB4DD) is known color: French Lilac. HEX triplet: EF, B4 and DD. RGB value is (239,180,221). Sum of RGB (Red+Green+Blue) = 239+180+221=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4DD is #104B22. Grayscale: #CACACA. Windows color (decimal): -1067811 or 14529775. OLE color: 14529775.

HSL color Cylindrical-coordinate representation of color #EFB4DD: hue angle of 318.31º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4DD is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 221 -
CMYK 0 0.25 0.08 0.06
HSL 318.31º 0.65% 0.82% -
HSV(B) 318.31º 0.25% 0.94% -
XYZ 64.97 56.21 75.83 -
YUV 202.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 239 180 221 0 0.25 0.08 0.06 318.31 0.65 0.82
Hex EF B4 DD 0 19 8 6 13E 41 52
Octal 357 264 335 0 31 10 6 476 101 122
Binary 11101111 10110100 11011101 0 11001 1000 110 100111110 1000001 1010010

Color Harmonies of #EFB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4DD

Black with #EFB4DD

Text Example


Text Example

White with #EFB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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