Html Css Color HEX #EFBDE3 French Lilac

📋 copy color: '#EFBDE3'

red 239 ◦ green 189 ◦ blue 227

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

Shades of French Lilac #EFBDE3

Tints of French Lilac #EFBDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.66%

R = 36.49%
G = 28.85%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFBDE3 (or 0xEFBDE3) is known color: French Lilac. HEX triplet: EF, BD and E3. RGB value is (239,189,227). Sum of RGB (Red+Green+Blue) = 239+189+227=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE3 is #10421C. Grayscale: #D0D0D0. Windows color (decimal): -1065501 or 14925295. OLE color: 14925295.

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

Color convert

RGB 239 189 227 -
CMYK 0 0.21 0.05 0.06
HSL 314.4º 0.61% 0.84% -
HSV(B) 314.4º 0.21% 0.94% -
XYZ 67.66 60.29 80.74 -
YUV 208.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 239 189 227 0 0.21 0.05 0.06 314.4 0.61 0.84
Hex EF BD E3 0 15 5 6 13A 3D 54
Octal 357 275 343 0 25 5 6 472 75 124
Binary 11101111 10111101 11100011 0 10101 101 110 100111010 111101 1010100

Color Harmonies of #EFBDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDE3

Black with #EFBDE3

Text Example


Text Example

White with #EFBDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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