Html Css Color HEX #EFC0EB French Lilac

📋 copy color: '#EFC0EB'

red 239 ◦ green 192 ◦ blue 235

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

Shades of French Lilac #EFC0EB

Tints of French Lilac #EFC0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.29%

R = 35.89%
G = 28.83%
B = 35.29%

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

#EFC0EB (or 0xEFC0EB) is known color: French Lilac. HEX triplet: EF, C0 and EB. RGB value is (239,192,235). Sum of RGB (Red+Green+Blue) = 239+192+235=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EB is #103F14. Grayscale: #D2D2D2. Windows color (decimal): -1064725 or 15450351. OLE color: 15450351.

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

Color convert

RGB 239 192 235 -
CMYK 0 0.20 0.02 0.06
HSL 305.11º 0.59% 0.85% -
HSV(B) 305.11º 0.2% 0.94% -
XYZ 69.44 62.05 86.91 -
YUV 210.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 239 192 235 0 0.20 0.02 0.06 305.11 0.59 0.85
Hex EF C0 EB 0 14 2 6 131 3B 55
Octal 357 300 353 0 24 2 6 461 73 125
Binary 11101111 11000000 11101011 0 10100 10 110 100110001 111011 1010101

Color Harmonies of #EFC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0EB

Black with #EFC0EB

Text Example


Text Example

White with #EFC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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