#EFBCEE

Color #EFBCEE French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EFBCEE

Tints of French Lilac #EFBCEE

Color information

#EFBCEE (or 0xEFBCEE) is unknown color: approx French Lilac. HEX triplet: EF, BC and EE. RGB value is (239,188,238). Sum of RGB (Red+Green+Blue) = 239+188+238=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCEE is #104311. Grayscale: #D0D0D0. Windows color (decimal): -1065746 or 15645935. OLE color: 15645935.

HSL color Cylindrical-coordinate representation of color #EFBCEE: hue angle of 301.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCEE is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239188238-
CMYK00.210.000.06
HSL301.18º61.45%83.73%-
HSV(B)301.18º21.34%93.73%-
XYZ69.0160.4988.93-
YUV208.95144.4149.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=35.94%
G=28.27%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918823800.210.000.06301.1861.4583.73
HexEFBCEE0150612d3d54
Octal3572743560250645575124
Binary11101111101111001110111001010101101001011011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCEE; }

 p { color: rgb(239,188,238); }

 H1.HeaderClassName
 {
   color: #EFBCEE;
 }
 .AnyTagClassName
 {
   color: #EFBCEE;
 }
</style>
background-color css

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

 a { background-color: rgb(239,188,238); }

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

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

 span { border-color: rgb(239,188,238); }

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