Html Css Color HEX #EFBDEE French Lilac

📋 copy color: '#EFBDEE'

red 239 ◦ green 189 ◦ blue 238

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

Shades of French Lilac #EFBDEE

Tints of French Lilac #EFBDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 35.89%
G = 28.38%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFBDEE (or 0xEFBDEE) is known color: French Lilac. HEX triplet: EF, BD and EE. RGB value is (239,189,238). Sum of RGB (Red+Green+Blue) = 239+189+238=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEE is #104211. Grayscale: #D1D1D1. Windows color (decimal): -1065490 or 15646191. OLE color: 15646191.

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

Color convert

RGB 239 189 238 -
CMYK 0 0.21 0.00 0.06
HSL 301.2º 0.61% 0.84% -
HSV(B) 301.2º 0.21% 0.94% -
XYZ 69.23 60.92 89 -
YUV 209.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 239 189 238 0 0.21 0.00 0.06 301.2 0.61 0.84
Hex EF BD EE 0 15 0 6 12D 3D 54
Octal 357 275 356 0 25 0 6 455 75 124
Binary 11101111 10111101 11101110 0 10101 0 110 100101101 111101 1010100

Color Harmonies of #EFBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDEE

Black with #EFBDEE

Text Example


Text Example

White with #EFBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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