Html Css Color HEX #E6B8DC French Lilac

📋 copy color: '#E6B8DC'

red 230 ◦ green 184 ◦ blue 220

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

Shades of French Lilac #E6B8DC

Tints of French Lilac #E6B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.02%

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

R = 36.28%
G = 29.02%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6B8DC (or 0xE6B8DC) is known color: French Lilac. HEX triplet: E6, B8 and DC. RGB value is (230,184,220). Sum of RGB (Red+Green+Blue) = 230+184+220=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B8DC is #194723. Grayscale: #C9C9C9. Windows color (decimal): -1656612 or 14465254. OLE color: 14465254.

HSL color Cylindrical-coordinate representation of color #E6B8DC: hue angle of 313.04º degrees, saturation: 0.48, 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 #E6B8DC is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 184 220 -
CMYK 0 0.2 0.04 0.10
HSL 313.04º 0.48% 0.81% -
HSV(B) 313.04º 0.2% 0.9% -
XYZ 62.69 56.27 75.27 -
YUV 201.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 230 184 220 0 0.2 0.04 0.10 313.04 0.48 0.81
Hex E6 B8 DC 0 14 4 A 139 30 51
Octal 346 270 334 0 24 4 12 471 60 121
Binary 11100110 10111000 11011100 0 10100 100 1010 100111001 110000 1010001

Color Harmonies of #E6B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B8DC

Black with #E6B8DC

Text Example


Text Example

White with #E6B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B8DC; }

 p { color: rgb(230,184,220); }

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

background-color css

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

 a { background-color: rgb(230,184,220); }

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

border-color css

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

 span { border-color: rgb(230,184,220); }

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