Html Css Color HEX #EFBBE0 French Lilac

📋 copy color: '#EFBBE0'

red 239 ◦ green 187 ◦ blue 224

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

Shades of French Lilac #EFBBE0

Tints of French Lilac #EFBBE0

RGB

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

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

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

R = 36.77%
G = 28.77%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFBBE0 (or 0xEFBBE0) is known color: French Lilac. HEX triplet: EF, BB and E0. RGB value is (239,187,224). Sum of RGB (Red+Green+Blue) = 239+187+224=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBE0 is #10441F. Grayscale: #CECECE. Windows color (decimal): -1066016 or 14728175. OLE color: 14728175.

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

Color convert

RGB 239 187 224 -
CMYK 0 0.22 0.06 0.06
HSL 317.31º 0.62% 0.84% -
HSV(B) 317.31º 0.22% 0.94% -
XYZ 66.82 59.27 78.44 -
YUV 206.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 239 187 224 0 0.22 0.06 0.06 317.31 0.62 0.84
Hex EF BB E0 0 16 6 6 13D 3E 54
Octal 357 273 340 0 26 6 6 475 76 124
Binary 11101111 10111011 11100000 0 10110 110 110 100111101 111110 1010100

Color Harmonies of #EFBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBE0

Black with #EFBBE0

Text Example


Text Example

White with #EFBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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