Html Css Color HEX #E6B5D8 French Lilac

📋 copy color: '#E6B5D8'

red 230 ◦ green 181 ◦ blue 216

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

Shades of French Lilac #E6B5D8

Tints of French Lilac #E6B5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.45%

R = 36.68%
G = 28.87%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E6B5D8 (or 0xE6B5D8) is known color: French Lilac. HEX triplet: E6, B5 and D8. RGB value is (230,181,216). Sum of RGB (Red+Green+Blue) = 230+181+216=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5D8 is #194A27. Grayscale: #C7C7C7. Windows color (decimal): -1657384 or 14202342. OLE color: 14202342.

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

Color convert

RGB 230 181 216 -
CMYK 0 0.21 0.06 0.10
HSL 317.14º 0.49% 0.81% -
HSV(B) 317.14º 0.21% 0.9% -
XYZ 61.55 54.83 72.3 -
YUV 199.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 230 181 216 0 0.21 0.06 0.10 317.14 0.49 0.81
Hex E6 B5 D8 0 15 6 A 13D 31 51
Octal 346 265 330 0 25 6 12 475 61 121
Binary 11100110 10110101 11011000 0 10101 110 1010 100111101 110001 1010001

Color Harmonies of #E6B5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5D8

Black with #E6B5D8

Text Example


Text Example

White with #E6B5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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