Html Css Color HEX #E6BDDE French Lilac

📋 copy color: '#E6BDDE'

red 230 ◦ green 189 ◦ blue 222

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

Shades of French Lilac #E6BDDE

Tints of French Lilac #E6BDDE

RGB

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

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

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

R = 35.88%
G = 29.49%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6BDDE (or 0xE6BDDE) is known color: French Lilac. HEX triplet: E6, BD and DE. RGB value is (230,189,222). Sum of RGB (Red+Green+Blue) = 230+189+222=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDDE is #194221. Grayscale: #CCCCCC. Windows color (decimal): -1655330 or 14597606. OLE color: 14597606.

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

Color convert

RGB 230 189 222 -
CMYK 0 0.18 0.03 0.10
HSL 311.71º 0.45% 0.82% -
HSV(B) 311.71º 0.18% 0.9% -
XYZ 64.02 58.49 77.02 -
YUV 205.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 230 189 222 0 0.18 0.03 0.10 311.71 0.45 0.82
Hex E6 BD DE 0 12 3 A 138 2D 52
Octal 346 275 336 0 22 3 12 470 55 122
Binary 11100110 10111101 11011110 0 10010 11 1010 100111000 101101 1010010

Color Harmonies of #E6BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDDE

Black with #E6BDDE

Text Example


Text Example

White with #E6BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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