Html Css Color HEX #EFBDE5 French Lilac

📋 copy color: '#EFBDE5'

red 239 ◦ green 189 ◦ blue 229

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

Shades of French Lilac #EFBDE5

Tints of French Lilac #EFBDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.86%

R = 36.38%
G = 28.77%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFBDE5 (or 0xEFBDE5) is known color: French Lilac. HEX triplet: EF, BD and E5. RGB value is (239,189,229). Sum of RGB (Red+Green+Blue) = 239+189+229=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE5 is #10421A. Grayscale: #D0D0D0. Windows color (decimal): -1065499 or 15056367. OLE color: 15056367.

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

Color convert

RGB 239 189 229 -
CMYK 0 0.21 0.04 0.06
HSL 312º 0.61% 0.84% -
HSV(B) 312º 0.21% 0.94% -
XYZ 67.94 60.4 82.21 -
YUV 208.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 239 189 229 0 0.21 0.04 0.06 312 0.61 0.84
Hex EF BD E5 0 15 4 6 138 3D 54
Octal 357 275 345 0 25 4 6 470 75 124
Binary 11101111 10111101 11100101 0 10101 100 110 100111000 111101 1010100

Color Harmonies of #EFBDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDE5

Black with #EFBDE5

Text Example


Text Example

White with #EFBDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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