Html Css Color HEX #EFB2E7 French Lilac

📋 copy color: '#EFB2E7'

red 239 ◦ green 178 ◦ blue 231

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

Shades of French Lilac #EFB2E7

Tints of French Lilac #EFB2E7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.47%

 BLUE value IS 231 (90.63% from 255) = 35.65%

R = 36.88%
G = 27.47%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFB2E7 (or 0xEFB2E7) is known color: French Lilac. HEX triplet: EF, B2 and E7. RGB value is (239,178,231). Sum of RGB (Red+Green+Blue) = 239+178+231=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2E7 is #104D18. Grayscale: #CACACA. Windows color (decimal): -1068313 or 15184623. OLE color: 15184623.

HSL color Cylindrical-coordinate representation of color #EFB2E7: hue angle of 307.87º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2E7 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 231 -
CMYK 0 0.26 0.03 0.06
HSL 307.87º 0.66% 0.82% -
HSV(B) 307.87º 0.26% 0.94% -
XYZ 65.94 55.96 82.93 -
YUV 202.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 239 178 231 0 0.26 0.03 0.06 307.87 0.66 0.82
Hex EF B2 E7 0 1A 3 6 134 42 52
Octal 357 262 347 0 32 3 6 464 102 122
Binary 11101111 10110010 11100111 0 11010 11 110 100110100 1000010 1010010

Color Harmonies of #EFB2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2E7

Black with #EFB2E7

Text Example


Text Example

White with #EFB2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2E7; }

 p { color: rgb(239,178,231); }

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

background-color css

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

 a { background-color: rgb(239,178,231); }

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

border-color css

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

 span { border-color: rgb(239,178,231); }

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