Html Css Color HEX #E6B5DD French Lilac

📋 copy color: '#E6B5DD'

red 230 ◦ green 181 ◦ blue 221

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

Shades of French Lilac #E6B5DD

Tints of French Lilac #E6B5DD

RGB

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

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

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

R = 36.39%
G = 28.64%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6B5DD (or 0xE6B5DD) is known color: French Lilac. HEX triplet: E6, B5 and DD. RGB value is (230,181,221). Sum of RGB (Red+Green+Blue) = 230+181+221=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5DD is #194A22. Grayscale: #C8C8C8. Windows color (decimal): -1657379 or 14530022. OLE color: 14530022.

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

Color convert

RGB 230 181 221 -
CMYK 0 0.21 0.04 0.10
HSL 311.02º 0.49% 0.81% -
HSV(B) 311.02º 0.21% 0.9% -
XYZ 62.21 55.09 75.76 -
YUV 200.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 230 181 221 0 0.21 0.04 0.10 311.02 0.49 0.81
Hex E6 B5 DD 0 15 4 A 137 31 51
Octal 346 265 335 0 25 4 12 467 61 121
Binary 11100110 10110101 11011101 0 10101 100 1010 100110111 110001 1010001

Color Harmonies of #E6B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5DD

Black with #E6B5DD

Text Example


Text Example

White with #E6B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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