Html Css Color HEX #EFBDE8 French Lilac

📋 copy color: '#EFBDE8'

red 239 ◦ green 189 ◦ blue 232

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

Shades of French Lilac #EFBDE8

Tints of French Lilac #EFBDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.15%

R = 36.21%
G = 28.64%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFBDE8 (or 0xEFBDE8) is known color: French Lilac. HEX triplet: EF, BD and E8. RGB value is (239,189,232). Sum of RGB (Red+Green+Blue) = 239+189+232=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDE8 is #104217. Grayscale: #D0D0D0. Windows color (decimal): -1065496 or 15252975. OLE color: 15252975.

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

Color convert

RGB 239 189 232 -
CMYK 0 0.21 0.03 0.06
HSL 308.4º 0.61% 0.84% -
HSV(B) 308.4º 0.21% 0.94% -
XYZ 68.36 60.57 84.43 -
YUV 208.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 239 189 232 0 0.21 0.03 0.06 308.4 0.61 0.84
Hex EF BD E8 0 15 3 6 134 3D 54
Octal 357 275 350 0 25 3 6 464 75 124
Binary 11101111 10111101 11101000 0 10101 11 110 100110100 111101 1010100

Color Harmonies of #EFBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDE8

Black with #EFBDE8

Text Example


Text Example

White with #EFBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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