Html Css Color HEX #EFB4ED French Lilac

📋 copy color: '#EFB4ED'

red 239 ◦ green 180 ◦ blue 237

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

Shades of French Lilac #EFB4ED

Tints of French Lilac #EFB4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.13%

R = 36.43%
G = 27.44%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFB4ED (or 0xEFB4ED) is known color: French Lilac. HEX triplet: EF, B4 and ED. RGB value is (239,180,237). Sum of RGB (Red+Green+Blue) = 239+180+237=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4ED is #104B12. Grayscale: #CBCBCB. Windows color (decimal): -1067795 or 15578351. OLE color: 15578351.

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

Color convert

RGB 239 180 237 -
CMYK 0 0.25 0.01 0.06
HSL 302.03º 0.65% 0.82% -
HSV(B) 302.03º 0.25% 0.94% -
XYZ 67.2 57.11 87.6 -
YUV 204.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 239 180 237 0 0.25 0.01 0.06 302.03 0.65 0.82
Hex EF B4 ED 0 19 1 6 12E 41 52
Octal 357 264 355 0 31 1 6 456 101 122
Binary 11101111 10110100 11101101 0 11001 1 110 100101110 1000001 1010010

Color Harmonies of #EFB4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4ED

Black with #EFB4ED

Text Example


Text Example

White with #EFB4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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