Html Css Color HEX #D7AFD1 French Lilac

📋 copy color: '#D7AFD1'

red 215 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #D7AFD1

Tints of French Lilac #D7AFD1

RGB

 RED value IS 215 (84.38% from 255) = 35.89%

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

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 35.89%
G = 29.22%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D7AFD1 (or 0xD7AFD1) is known color: French Lilac. HEX triplet: D7, AF and D1. RGB value is (215,175,209). Sum of RGB (Red+Green+Blue) = 215+175+209=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFD1 is #28502E. Grayscale: #BEBEBE. Windows color (decimal): -2641967 or 13742039. OLE color: 13742039.

HSL color Cylindrical-coordinate representation of color #D7AFD1: hue angle of 309º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFD1 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 209 -
CMYK 0 0.19 0.03 0.16
HSL 309º 0.33% 0.76% -
HSV(B) 309º 0.19% 0.84% -
XYZ 54.86 49.71 67.03 -
YUV 190.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 215 175 209 0 0.19 0.03 0.16 309 0.33 0.76
Hex D7 AF D1 0 13 3 10 135 21 4C
Octal 327 257 321 0 23 3 20 465 41 114
Binary 11010111 10101111 11010001 0 10011 11 10000 100110101 100001 1001100

Color Harmonies of #D7AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFD1

Black with #D7AFD1

Text Example


Text Example

White with #D7AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFD1; }

 p { color: rgb(215,175,209); }

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

background-color css

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

 a { background-color: rgb(215,175,209); }

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

border-color css

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

 span { border-color: rgb(215,175,209); }

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