Html Css Color HEX #D9AFD1 French Lilac

📋 copy color: '#D9AFD1'

red 217 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #D9AFD1

Tints of French Lilac #D9AFD1

RGB

 RED value IS 217 (85.16% from 255) = 36.11%

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

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

R = 36.11%
G = 29.12%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D9AFD1 (or 0xD9AFD1) is known color: French Lilac. HEX triplet: D9, AF and D1. RGB value is (217,175,209). Sum of RGB (Red+Green+Blue) = 217+175+209=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD1 is #26502E. Grayscale: #BFBFBF. Windows color (decimal): -2510895 or 13742041. OLE color: 13742041.

HSL color Cylindrical-coordinate representation of color #D9AFD1: hue angle of 311.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFD1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 209 -
CMYK 0 0.19 0.04 0.15
HSL 311.43º 0.36% 0.77% -
HSV(B) 311.43º 0.19% 0.85% -
XYZ 55.45 50.02 67.05 -
YUV 191.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 217 175 209 0 0.19 0.04 0.15 311.43 0.36 0.77
Hex D9 AF D1 0 13 4 F 137 24 4D
Octal 331 257 321 0 23 4 17 467 44 115
Binary 11011001 10101111 11010001 0 10011 100 1111 100110111 100100 1001101

Color Harmonies of #D9AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFD1

Black with #D9AFD1

Text Example


Text Example

White with #D9AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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