Html Css Color HEX #EFBDE6 French Lilac

📋 copy color: '#EFBDE6'

red 239 ◦ green 189 ◦ blue 230

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

Shades of French Lilac #EFBDE6

Tints of French Lilac #EFBDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.95%

R = 36.32%
G = 28.72%
B = 34.95%

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

#EFBDE6 (or 0xEFBDE6) is known color: French Lilac. HEX triplet: EF, BD and E6. RGB value is (239,189,230). Sum of RGB (Red+Green+Blue) = 239+189+230=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDE6 is #104219. Grayscale: #D0D0D0. Windows color (decimal): -1065498 or 15121903. OLE color: 15121903.

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

Color convert

RGB 239 189 230 -
CMYK 0 0.21 0.04 0.06
HSL 310.8º 0.61% 0.84% -
HSV(B) 310.8º 0.21% 0.94% -
XYZ 68.08 60.46 82.94 -
YUV 208.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 239 189 230 0 0.21 0.04 0.06 310.8 0.61 0.84
Hex EF BD E6 0 15 4 6 137 3D 54
Octal 357 275 346 0 25 4 6 467 75 124
Binary 11101111 10111101 11100110 0 10101 100 110 100110111 111101 1010100

Color Harmonies of #EFBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDE6

Black with #EFBDE6

Text Example


Text Example

White with #EFBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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