Html Css Color HEX #EFB3DD French Lilac

📋 copy color: '#EFB3DD'

red 239 ◦ green 179 ◦ blue 221

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

Shades of French Lilac #EFB3DD

Tints of French Lilac #EFB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.01%

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

R = 37.4%
G = 28.01%
B = 34.59%

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

#EFB3DD (or 0xEFB3DD) is known color: French Lilac. HEX triplet: EF, B3 and DD. RGB value is (239,179,221). Sum of RGB (Red+Green+Blue) = 239+179+221=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3DD is #104C22. Grayscale: #C9C9C9. Windows color (decimal): -1068067 or 14529519. OLE color: 14529519.

HSL color Cylindrical-coordinate representation of color #EFB3DD: hue angle of 318º 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 #EFB3DD is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 221 -
CMYK 0 0.25 0.08 0.06
HSL 318º 0.65% 0.82% -
HSV(B) 318º 0.25% 0.94% -
XYZ 64.77 55.81 75.77 -
YUV 201.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 239 179 221 0 0.25 0.08 0.06 318 0.65 0.82
Hex EF B3 DD 0 19 8 6 13E 41 52
Octal 357 263 335 0 31 10 6 476 101 122
Binary 11101111 10110011 11011101 0 11001 1000 110 100111110 1000001 1010010

Color Harmonies of #EFB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3DD

Black with #EFB3DD

Text Example


Text Example

White with #EFB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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