Html Css Color HEX #E6AFDF French Lilac

📋 copy color: '#E6AFDF'

red 230 ◦ green 175 ◦ blue 223

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

Shades of French Lilac #E6AFDF

Tints of French Lilac #E6AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.87%

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

R = 36.62%
G = 27.87%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6AFDF (or 0xE6AFDF) is known color: French Lilac. HEX triplet: E6, AF and DF. RGB value is (230,175,223). Sum of RGB (Red+Green+Blue) = 230+175+223=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDF is #195020. Grayscale: #C4C4C4. Windows color (decimal): -1658913 or 14659558. OLE color: 14659558.

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

Color convert

RGB 230 175 223 -
CMYK 0 0.24 0.03 0.10
HSL 307.64º 0.52% 0.79% -
HSV(B) 307.64º 0.24% 0.9% -
XYZ 61.28 52.81 76.78 -
YUV 196.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 230 175 223 0 0.24 0.03 0.10 307.64 0.52 0.79
Hex E6 AF DF 0 18 3 A 134 34 4F
Octal 346 257 337 0 30 3 12 464 64 117
Binary 11100110 10101111 11011111 0 11000 11 1010 100110100 110100 1001111

Color Harmonies of #E6AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFDF

Black with #E6AFDF

Text Example


Text Example

White with #E6AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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