Html Css Color HEX #EEB2DC French Lilac

📋 copy color: '#EEB2DC'

red 238 ◦ green 178 ◦ blue 220

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

Shades of French Lilac #EEB2DC

Tints of French Lilac #EEB2DC

RGB

 RED value IS 238 (93.36% from 255) = 37.42%

 GREEN value IS 178 (69.92% from 255) = 27.99%

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 37.42%
G = 27.99%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEB2DC (or 0xEEB2DC) is known color: French Lilac. HEX triplet: EE, B2 and DC. RGB value is (238,178,220). Sum of RGB (Red+Green+Blue) = 238+178+220=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2DC is #114D23. Grayscale: #C8C8C8. Windows color (decimal): -1133860 or 14463726. OLE color: 14463726.

HSL color Cylindrical-coordinate representation of color #EEB2DC: hue angle of 318º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2DC is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 220 -
CMYK 0 0.25 0.08 0.07
HSL 318º 0.64% 0.82% -
HSV(B) 318º 0.25% 0.93% -
XYZ 64.1 55.19 74.98 -
YUV 200.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 238 178 220 0 0.25 0.08 0.07 318 0.64 0.82
Hex EE B2 DC 0 19 8 7 13E 40 52
Octal 356 262 334 0 31 10 7 476 100 122
Binary 11101110 10110010 11011100 0 11001 1000 111 100111110 1000000 1010010

Color Harmonies of #EEB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2DC

Black with #EEB2DC

Text Example


Text Example

White with #EEB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2DC; }

 p { color: rgb(238,178,220); }

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

background-color css

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

 a { background-color: rgb(238,178,220); }

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

border-color css

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

 span { border-color: rgb(238,178,220); }

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