Html Css Color HEX #EFC2E3 French Lilac

📋 copy color: '#EFC2E3'

red 239 ◦ green 194 ◦ blue 227

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

Shades of French Lilac #EFC2E3

Tints of French Lilac #EFC2E3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.39%

 BLUE value IS 227 (89.06% from 255) = 34.39%

R = 36.21%
G = 29.39%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFC2E3 (or 0xEFC2E3) is known color: French Lilac. HEX triplet: EF, C2 and E3. RGB value is (239,194,227). Sum of RGB (Red+Green+Blue) = 239+194+227=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2E3 is #103D1C. Grayscale: #D3D3D3. Windows color (decimal): -1064221 or 14926575. OLE color: 14926575.

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

Color convert

RGB 239 194 227 -
CMYK 0 0.19 0.05 0.06
HSL 316º 0.58% 0.85% -
HSV(B) 316º 0.19% 0.94% -
XYZ 68.75 62.48 81.11 -
YUV 211.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 239 194 227 0 0.19 0.05 0.06 316 0.58 0.85
Hex EF C2 E3 0 13 5 6 13C 3A 55
Octal 357 302 343 0 23 5 6 474 72 125
Binary 11101111 11000010 11100011 0 10011 101 110 100111100 111010 1010101

Color Harmonies of #EFC2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2E3

Black with #EFC2E3

Text Example


Text Example

White with #EFC2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2E3; }

 p { color: rgb(239,194,227); }

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

background-color css

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

 a { background-color: rgb(239,194,227); }

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

border-color css

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

 span { border-color: rgb(239,194,227); }

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