Html Css Color HEX #E6B5DF French Lilac

📋 copy color: '#E6B5DF'

red 230 ◦ green 181 ◦ blue 223

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

Shades of French Lilac #E6B5DF

Tints of French Lilac #E6B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.55%

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 36.28%
G = 28.55%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6B5DF (or 0xE6B5DF) is known color: French Lilac. HEX triplet: E6, B5 and DF. RGB value is (230,181,223). Sum of RGB (Red+Green+Blue) = 230+181+223=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5DF is #194A20. Grayscale: #C8C8C8. Windows color (decimal): -1657377 or 14661094. OLE color: 14661094.

HSL color Cylindrical-coordinate representation of color #E6B5DF: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B5DF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 223 -
CMYK 0 0.21 0.03 0.10
HSL 308.57º 0.49% 0.81% -
HSV(B) 308.57º 0.21% 0.9% -
XYZ 62.48 55.2 77.17 -
YUV 200.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 230 181 223 0 0.21 0.03 0.10 308.57 0.49 0.81
Hex E6 B5 DF 0 15 3 A 135 31 51
Octal 346 265 337 0 25 3 12 465 61 121
Binary 11100110 10110101 11011111 0 10101 11 1010 100110101 110001 1010001

Color Harmonies of #E6B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5DF

Black with #E6B5DF

Text Example


Text Example

White with #E6B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5DF; }

 p { color: rgb(230,181,223); }

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

background-color css

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

 a { background-color: rgb(230,181,223); }

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

border-color css

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

 span { border-color: rgb(230,181,223); }

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