Html Css Color HEX #E6B9DD French Lilac

📋 copy color: '#E6B9DD'

red 230 ◦ green 185 ◦ blue 221

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

Shades of French Lilac #E6B9DD

Tints of French Lilac #E6B9DD

RGB

 RED value IS 230 (90.23% from 255) = 36.16%

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

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

R = 36.16%
G = 29.09%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6B9DD (or 0xE6B9DD) is known color: French Lilac. HEX triplet: E6, B9 and DD. RGB value is (230,185,221). Sum of RGB (Red+Green+Blue) = 230+185+221=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9DD is #194622. Grayscale: #CACACA. Windows color (decimal): -1656355 or 14531046. OLE color: 14531046.

HSL color Cylindrical-coordinate representation of color #E6B9DD: hue angle of 312º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9DD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 185 221 -
CMYK 0 0.20 0.04 0.10
HSL 312º 0.47% 0.81% -
HSV(B) 312º 0.2% 0.9% -
XYZ 63.03 56.74 76.04 -
YUV 202.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 230 185 221 0 0.20 0.04 0.10 312 0.47 0.81
Hex E6 B9 DD 0 14 4 A 138 2F 51
Octal 346 271 335 0 24 4 12 470 57 121
Binary 11100110 10111001 11011101 0 10100 100 1010 100111000 101111 1010001

Color Harmonies of #E6B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B9DD

Black with #E6B9DD

Text Example


Text Example

White with #E6B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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