Html Css Color HEX #EFC0E9 French Lilac

📋 copy color: '#EFC0E9'

red 239 ◦ green 192 ◦ blue 233

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

Shades of French Lilac #EFC0E9

Tints of French Lilac #EFC0E9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.92%

 BLUE value IS 233 (91.41% from 255) = 35.09%

R = 35.99%
G = 28.92%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFC0E9 (or 0xEFC0E9) is known color: French Lilac. HEX triplet: EF, C0 and E9. RGB value is (239,192,233). Sum of RGB (Red+Green+Blue) = 239+192+233=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0E9 is #103F16. Grayscale: #D2D2D2. Windows color (decimal): -1064727 or 15319279. OLE color: 15319279.

HSL color Cylindrical-coordinate representation of color #EFC0E9: hue angle of 307.66º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0E9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 233 -
CMYK 0 0.20 0.03 0.06
HSL 307.66º 0.59% 0.85% -
HSV(B) 307.66º 0.2% 0.94% -
XYZ 69.15 61.93 85.4 -
YUV 210.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 239 192 233 0 0.20 0.03 0.06 307.66 0.59 0.85
Hex EF C0 E9 0 14 3 6 134 3B 55
Octal 357 300 351 0 24 3 6 464 73 125
Binary 11101111 11000000 11101001 0 10100 11 110 100110100 111011 1010101

Color Harmonies of #EFC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0E9

Black with #EFC0E9

Text Example


Text Example

White with #EFC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0E9; }

 p { color: rgb(239,192,233); }

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

background-color css

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

 a { background-color: rgb(239,192,233); }

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

border-color css

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

 span { border-color: rgb(239,192,233); }

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