Html Css Color HEX #E6AFD3 French Lilac

📋 copy color: '#E6AFD3'

red 230 ◦ green 175 ◦ blue 211

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

Shades of French Lilac #E6AFD3

Tints of French Lilac #E6AFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.25%

R = 37.34%
G = 28.41%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E6AFD3 (or 0xE6AFD3) is known color: French Lilac. HEX triplet: E6, AF and D3. RGB value is (230,175,211). Sum of RGB (Red+Green+Blue) = 230+175+211=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFD3 is #19502C. Grayscale: #C3C3C3. Windows color (decimal): -1658925 or 13873126. OLE color: 13873126.

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

Color convert

RGB 230 175 211 -
CMYK 0 0.24 0.08 0.10
HSL 320.73º 0.52% 0.79% -
HSV(B) 320.73º 0.24% 0.9% -
XYZ 59.72 52.19 68.55 -
YUV 195.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 230 175 211 0 0.24 0.08 0.10 320.73 0.52 0.79
Hex E6 AF D3 0 18 8 A 141 34 4F
Octal 346 257 323 0 30 10 12 501 64 117
Binary 11100110 10101111 11010011 0 11000 1000 1010 101000001 110100 1001111

Color Harmonies of #E6AFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFD3

Black with #E6AFD3

Text Example


Text Example

White with #E6AFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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