#EFBDE4

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

Shades of French Lilac #EFBDE4

Tints of French Lilac #EFBDE4

Color information

#EFBDE4 (or 0xEFBDE4) is unknown color: approx French Lilac. HEX triplet: EF, BD and E4. RGB value is (239,189,228). Sum of RGB (Red+Green+Blue) = 239+189+228=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE4 is #10421B. Grayscale: #D0D0D0. Windows color (decimal): -1065500 or 14990831. OLE color: 14990831.

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

Color convert

RGB239189228-
CMYK00.210.050.06
HSL313.2º60.98%83.92%-
HSV(B)313.2º20.92%93.73%-
XYZ67.860.3581.47-
YUV208.4139.06149.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=36.43%
G=28.81%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918922800.210.050.06313.260.9883.92
HexEFBDE4015561393d54
Octal3572753440255647175124
Binary1110111110111101111001000101011011101001110011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDE4; }

 p { color: rgb(239,189,228); }

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

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

 a { background-color: rgb(239,189,228); }

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

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

 span { border-color: rgb(239,189,228); }

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