Html Css Color HEX #EFBEE2 French Lilac

📋 copy color: '#EFBEE2'

red 239 ◦ green 190 ◦ blue 226

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

Shades of French Lilac #EFBEE2

Tints of French Lilac #EFBEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.01%

 BLUE value IS 226 (88.67% from 255) = 34.5%

R = 36.49%
G = 29.01%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFBEE2 (or 0xEFBEE2) is known color: French Lilac. HEX triplet: EF, BE and E2. RGB value is (239,190,226). Sum of RGB (Red+Green+Blue) = 239+190+226=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEE2 is #10411D. Grayscale: #D0D0D0. Windows color (decimal): -1065246 or 14860015. OLE color: 14860015.

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

Color convert

RGB 239 190 226 -
CMYK 0 0.21 0.05 0.06
HSL 315.92º 0.6% 0.84% -
HSV(B) 315.92º 0.21% 0.94% -
XYZ 67.74 60.67 80.09 -
YUV 208.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 239 190 226 0 0.21 0.05 0.06 315.92 0.6 0.84
Hex EF BE E2 0 15 5 6 13C 3C 54
Octal 357 276 342 0 25 5 6 474 74 124
Binary 11101111 10111110 11100010 0 10101 101 110 100111100 111100 1010100

Color Harmonies of #EFBEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEE2

Black with #EFBEE2

Text Example


Text Example

White with #EFBEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEE2; }

 p { color: rgb(239,190,226); }

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

background-color css

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

 a { background-color: rgb(239,190,226); }

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

border-color css

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

 span { border-color: rgb(239,190,226); }

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