Html Css Color HEX #EFC8E6 French Lilac

📋 copy color: '#EFC8E6'

red 239 ◦ green 200 ◦ blue 230

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

Shades of French Lilac #EFC8E6

Tints of French Lilac #EFC8E6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.9%

 BLUE value IS 230 (90.23% from 255) = 34.38%

R = 35.72%
G = 29.9%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFC8E6 (or 0xEFC8E6) is known color: French Lilac. HEX triplet: EF, C8 and E6. RGB value is (239,200,230). Sum of RGB (Red+Green+Blue) = 239+200+230=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8E6 is #103719. Grayscale: #D7D7D7. Windows color (decimal): -1062682 or 15124719. OLE color: 15124719.

HSL color Cylindrical-coordinate representation of color #EFC8E6: hue angle of 313.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8E6 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 230 -
CMYK 0 0.16 0.04 0.06
HSL 313.85º 0.55% 0.86% -
HSV(B) 313.85º 0.16% 0.94% -
XYZ 70.53 65.37 83.76 -
YUV 215.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 239 200 230 0 0.16 0.04 0.06 313.85 0.55 0.86
Hex EF C8 E6 0 10 4 6 13A 37 56
Octal 357 310 346 0 20 4 6 472 67 126
Binary 11101111 11001000 11100110 0 10000 100 110 100111010 110111 1010110

Color Harmonies of #EFC8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8E6

Black with #EFC8E6

Text Example


Text Example

White with #EFC8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8E6; }

 p { color: rgb(239,200,230); }

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

background-color css

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

 a { background-color: rgb(239,200,230); }

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

border-color css

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

 span { border-color: rgb(239,200,230); }

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