Html Css Color HEX #EFBDE1 French Lilac

📋 copy color: '#EFBDE1'

red 239 ◦ green 189 ◦ blue 225

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

Shades of French Lilac #EFBDE1

Tints of French Lilac #EFBDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.94%

 BLUE value IS 225 (88.28% from 255) = 34.46%

R = 36.6%
G = 28.94%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFBDE1 (or 0xEFBDE1) is known color: French Lilac. HEX triplet: EF, BD and E1. RGB value is (239,189,225). Sum of RGB (Red+Green+Blue) = 239+189+225=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE1 is #10421E. Grayscale: #CFCFCF. Windows color (decimal): -1065503 or 14794223. OLE color: 14794223.

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

Color convert

RGB 239 189 225 -
CMYK 0 0.21 0.06 0.06
HSL 316.8º 0.61% 0.84% -
HSV(B) 316.8º 0.21% 0.94% -
XYZ 67.38 60.18 79.3 -
YUV 208.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 239 189 225 0 0.21 0.06 0.06 316.8 0.61 0.84
Hex EF BD E1 0 15 6 6 13D 3D 54
Octal 357 275 341 0 25 6 6 475 75 124
Binary 11101111 10111101 11100001 0 10101 110 110 100111101 111101 1010100

Color Harmonies of #EFBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDE1

Black with #EFBDE1

Text Example


Text Example

White with #EFBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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