Html Css Color HEX #E6BDDC French Lilac

📋 copy color: '#E6BDDC'

red 230 ◦ green 189 ◦ blue 220

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

Shades of French Lilac #E6BDDC

Tints of French Lilac #E6BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.58%

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 35.99%
G = 29.58%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6BDDC (or 0xE6BDDC) is known color: French Lilac. HEX triplet: E6, BD and DC. RGB value is (230,189,220). Sum of RGB (Red+Green+Blue) = 230+189+220=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDDC is #194223. Grayscale: #CCCCCC. Windows color (decimal): -1655332 or 14466534. OLE color: 14466534.

HSL color Cylindrical-coordinate representation of color #E6BDDC: hue angle of 314.63º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDDC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 220 -
CMYK 0 0.18 0.04 0.10
HSL 314.63º 0.45% 0.82% -
HSV(B) 314.63º 0.18% 0.9% -
XYZ 63.75 58.39 75.62 -
YUV 204.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 230 189 220 0 0.18 0.04 0.10 314.63 0.45 0.82
Hex E6 BD DC 0 12 4 A 13B 2D 52
Octal 346 275 334 0 22 4 12 473 55 122
Binary 11100110 10111101 11011100 0 10010 100 1010 100111011 101101 1010010

Color Harmonies of #E6BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDDC

Black with #E6BDDC

Text Example


Text Example

White with #E6BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDDC; }

 p { color: rgb(230,189,220); }

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

background-color css

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

 a { background-color: rgb(230,189,220); }

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

border-color css

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

 span { border-color: rgb(230,189,220); }

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