Html Css Color HEX #EFB4E0 French Lilac

📋 copy color: '#EFB4E0'

red 239 ◦ green 180 ◦ blue 224

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

Shades of French Lilac #EFB4E0

Tints of French Lilac #EFB4E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.84%

R = 37.17%
G = 27.99%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFB4E0 (or 0xEFB4E0) is known color: French Lilac. HEX triplet: EF, B4 and E0. RGB value is (239,180,224). Sum of RGB (Red+Green+Blue) = 239+180+224=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4E0 is #104B1F. Grayscale: #CACACA. Windows color (decimal): -1067808 or 14726383. OLE color: 14726383.

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

Color convert

RGB 239 180 224 -
CMYK 0 0.25 0.06 0.06
HSL 315.25º 0.65% 0.82% -
HSV(B) 315.25º 0.25% 0.94% -
XYZ 65.37 56.38 77.96 -
YUV 202.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 239 180 224 0 0.25 0.06 0.06 315.25 0.65 0.82
Hex EF B4 E0 0 19 6 6 13B 41 52
Octal 357 264 340 0 31 6 6 473 101 122
Binary 11101111 10110100 11100000 0 11001 110 110 100111011 1000001 1010010

Color Harmonies of #EFB4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4E0

Black with #EFB4E0

Text Example


Text Example

White with #EFB4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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