Html Css Color HEX #E6B5DA French Lilac

📋 copy color: '#E6B5DA'

red 230 ◦ green 181 ◦ blue 218

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

Shades of French Lilac #E6B5DA

Tints of French Lilac #E6B5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.66%

R = 36.57%
G = 28.78%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6B5DA (or 0xE6B5DA) is known color: French Lilac. HEX triplet: E6, B5 and DA. RGB value is (230,181,218). Sum of RGB (Red+Green+Blue) = 230+181+218=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5DA is #194A25. Grayscale: #C7C7C7. Windows color (decimal): -1657382 or 14333414. OLE color: 14333414.

HSL color Cylindrical-coordinate representation of color #E6B5DA: hue angle of 314.69º 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 #E6B5DA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 218 -
CMYK 0 0.21 0.05 0.10
HSL 314.69º 0.49% 0.81% -
HSV(B) 314.69º 0.21% 0.9% -
XYZ 61.81 54.93 73.67 -
YUV 199.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 230 181 218 0 0.21 0.05 0.10 314.69 0.49 0.81
Hex E6 B5 DA 0 15 5 A 13B 31 51
Octal 346 265 332 0 25 5 12 473 61 121
Binary 11100110 10110101 11011010 0 10101 101 1010 100111011 110001 1010001

Color Harmonies of #E6B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5DA

Black with #E6B5DA

Text Example


Text Example

White with #E6B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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