Html Css Color HEX #EFBBDE French Lilac

📋 copy color: '#EFBBDE'

red 239 ◦ green 187 ◦ blue 222

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

Shades of French Lilac #EFBBDE

Tints of French Lilac #EFBBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.86%

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 36.88%
G = 28.86%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFBBDE (or 0xEFBBDE) is known color: French Lilac. HEX triplet: EF, BB and DE. RGB value is (239,187,222). Sum of RGB (Red+Green+Blue) = 239+187+222=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDE is #104421. Grayscale: #CECECE. Windows color (decimal): -1066018 or 14597103. OLE color: 14597103.

HSL color Cylindrical-coordinate representation of color #EFBBDE: hue angle of 319.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBDE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 222 -
CMYK 0 0.22 0.07 0.06
HSL 319.62º 0.62% 0.84% -
HSV(B) 319.62º 0.22% 0.94% -
XYZ 66.55 59.17 77.02 -
YUV 206.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 239 187 222 0 0.22 0.07 0.06 319.62 0.62 0.84
Hex EF BB DE 0 16 7 6 140 3E 54
Octal 357 273 336 0 26 7 6 500 76 124
Binary 11101111 10111011 11011110 0 10110 111 110 101000000 111110 1010100

Color Harmonies of #EFBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBDE

Black with #EFBBDE

Text Example


Text Example

White with #EFBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBDE; }

 p { color: rgb(239,187,222); }

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

background-color css

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

 a { background-color: rgb(239,187,222); }

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

border-color css

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

 span { border-color: rgb(239,187,222); }

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