Html Css Color HEX #E6B0DE French Lilac

📋 copy color: '#E6B0DE'

red 230 ◦ green 176 ◦ blue 222

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

Shades of French Lilac #E6B0DE

Tints of French Lilac #E6B0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.03%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 36.62%
G = 28.03%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6B0DE (or 0xE6B0DE) is known color: French Lilac. HEX triplet: E6, B0 and DE. RGB value is (230,176,222). Sum of RGB (Red+Green+Blue) = 230+176+222=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B0DE is #194F21. Grayscale: #C5C5C5. Windows color (decimal): -1658658 or 14594278. OLE color: 14594278.

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

Color convert

RGB 230 176 222 -
CMYK 0 0.23 0.03 0.10
HSL 308.89º 0.52% 0.8% -
HSV(B) 308.89º 0.23% 0.9% -
XYZ 61.34 53.15 76.13 -
YUV 197.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 230 176 222 0 0.23 0.03 0.10 308.89 0.52 0.8
Hex E6 B0 DE 0 17 3 A 135 34 50
Octal 346 260 336 0 27 3 12 465 64 120
Binary 11100110 10110000 11011110 0 10111 11 1010 100110101 110100 1010000

Color Harmonies of #E6B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B0DE

Black with #E6B0DE

Text Example


Text Example

White with #E6B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B0DE; }

 p { color: rgb(230,176,222); }

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

background-color css

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

 a { background-color: rgb(230,176,222); }

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

border-color css

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

 span { border-color: rgb(230,176,222); }

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