Html Css Color HEX #EFC0EA French Lilac

📋 copy color: '#EFC0EA'

red 239 ◦ green 192 ◦ blue 234

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

Shades of French Lilac #EFC0EA

Tints of French Lilac #EFC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.19%

R = 35.94%
G = 28.87%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFC0EA (or 0xEFC0EA) is known color: French Lilac. HEX triplet: EF, C0 and EA. RGB value is (239,192,234). Sum of RGB (Red+Green+Blue) = 239+192+234=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EA is #103F15. Grayscale: #D2D2D2. Windows color (decimal): -1064726 or 15384815. OLE color: 15384815.

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

Color convert

RGB 239 192 234 -
CMYK 0 0.20 0.02 0.06
HSL 306.38º 0.59% 0.85% -
HSV(B) 306.38º 0.2% 0.94% -
XYZ 69.3 61.99 86.15 -
YUV 210.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 239 192 234 0 0.20 0.02 0.06 306.38 0.59 0.85
Hex EF C0 EA 0 14 2 6 132 3B 55
Octal 357 300 352 0 24 2 6 462 73 125
Binary 11101111 11000000 11101010 0 10100 10 110 100110010 111011 1010101

Color Harmonies of #EFC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0EA

Black with #EFC0EA

Text Example


Text Example

White with #EFC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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