Html Css Color HEX #E6BFDF French Lilac

📋 copy color: '#E6BFDF'

red 230 ◦ green 191 ◦ blue 223

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

Shades of French Lilac #E6BFDF

Tints of French Lilac #E6BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 35.71%
G = 29.66%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6BFDF (or 0xE6BFDF) is known color: French Lilac. HEX triplet: E6, BF and DF. RGB value is (230,191,223). Sum of RGB (Red+Green+Blue) = 230+191+223=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFDF is #194020. Grayscale: #CECECE. Windows color (decimal): -1654817 or 14663654. OLE color: 14663654.

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

Color convert

RGB 230 191 223 -
CMYK 0 0.17 0.03 0.10
HSL 310.77º 0.44% 0.83% -
HSV(B) 310.77º 0.17% 0.9% -
XYZ 64.58 59.41 77.88 -
YUV 206.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 230 191 223 0 0.17 0.03 0.10 310.77 0.44 0.83
Hex E6 BF DF 0 11 3 A 137 2C 53
Octal 346 277 337 0 21 3 12 467 54 123
Binary 11100110 10111111 11011111 0 10001 11 1010 100110111 101100 1010011

Color Harmonies of #E6BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFDF

Black with #E6BFDF

Text Example


Text Example

White with #E6BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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