Html Css Color HEX #E6BFDA French Lilac

📋 copy color: '#E6BFDA'

red 230 ◦ green 191 ◦ blue 218

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

Shades of French Lilac #E6BFDA

Tints of French Lilac #E6BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 29.89%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 35.99%
G = 29.89%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6BFDA (or 0xE6BFDA) is known color: French Lilac. HEX triplet: E6, BF and DA. RGB value is (230,191,218). Sum of RGB (Red+Green+Blue) = 230+191+218=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFDA is #194025. Grayscale: #CDCDCD. Windows color (decimal): -1654822 or 14335974. OLE color: 14335974.

HSL color Cylindrical-coordinate representation of color #E6BFDA: hue angle of 318.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFDA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 218 -
CMYK 0 0.17 0.05 0.10
HSL 318.46º 0.44% 0.83% -
HSV(B) 318.46º 0.17% 0.9% -
XYZ 63.92 59.15 74.38 -
YUV 205.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 230 191 218 0 0.17 0.05 0.10 318.46 0.44 0.83
Hex E6 BF DA 0 11 5 A 13E 2C 53
Octal 346 277 332 0 21 5 12 476 54 123
Binary 11100110 10111111 11011010 0 10001 101 1010 100111110 101100 1010011

Color Harmonies of #E6BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFDA

Black with #E6BFDA

Text Example


Text Example

White with #E6BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFDA; }

 p { color: rgb(230,191,218); }

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

background-color css

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

 a { background-color: rgb(230,191,218); }

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

border-color css

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

 span { border-color: rgb(230,191,218); }

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