Html Css Color HEX #EFB9DD French Lilac

📋 copy color: '#EFB9DD'

red 239 ◦ green 185 ◦ blue 221

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

Shades of French Lilac #EFB9DD

Tints of French Lilac #EFB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.68%

 BLUE value IS 221 (86.72% from 255) = 34.26%

R = 37.05%
G = 28.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFB9DD (or 0xEFB9DD) is known color: French Lilac. HEX triplet: EF, B9 and DD. RGB value is (239,185,221). Sum of RGB (Red+Green+Blue) = 239+185+221=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9DD is #104622. Grayscale: #CDCDCD. Windows color (decimal): -1066531 or 14531055. OLE color: 14531055.

HSL color Cylindrical-coordinate representation of color #EFB9DD: hue angle of 320º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9DD is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 221 -
CMYK 0 0.23 0.08 0.06
HSL 320º 0.63% 0.83% -
HSV(B) 320º 0.23% 0.94% -
XYZ 66 58.27 76.18 -
YUV 205.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 239 185 221 0 0.23 0.08 0.06 320 0.63 0.83
Hex EF B9 DD 0 17 8 6 140 3F 53
Octal 357 271 335 0 27 10 6 500 77 123
Binary 11101111 10111001 11011101 0 10111 1000 110 101000000 111111 1010011

Color Harmonies of #EFB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9DD

Black with #EFB9DD

Text Example


Text Example

White with #EFB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9DD; }

 p { color: rgb(239,185,221); }

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

background-color css

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

 a { background-color: rgb(239,185,221); }

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

border-color css

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

 span { border-color: rgb(239,185,221); }

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