Html Css Color HEX #E6AFDA French Lilac

📋 copy color: '#E6AFDA'

red 230 ◦ green 175 ◦ blue 218

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

Shades of French Lilac #E6AFDA

Tints of French Lilac #E6AFDA

RGB

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

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

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

R = 36.92%
G = 28.09%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6AFDA (or 0xE6AFDA) is known color: French Lilac. HEX triplet: E6, AF and DA. RGB value is (230,175,218). Sum of RGB (Red+Green+Blue) = 230+175+218=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDA is #195025. Grayscale: #C4C4C4. Windows color (decimal): -1658918 or 14331878. OLE color: 14331878.

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

Color convert

RGB 230 175 218 -
CMYK 0 0.24 0.05 0.10
HSL 313.09º 0.52% 0.79% -
HSV(B) 313.09º 0.24% 0.9% -
XYZ 60.62 52.54 73.28 -
YUV 196.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 230 175 218 0 0.24 0.05 0.10 313.09 0.52 0.79
Hex E6 AF DA 0 18 5 A 139 34 4F
Octal 346 257 332 0 30 5 12 471 64 117
Binary 11100110 10101111 11011010 0 11000 101 1010 100111001 110100 1001111

Color Harmonies of #E6AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFDA

Black with #E6AFDA

Text Example


Text Example

White with #E6AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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