Html Css Color HEX #D9ACD7 French Lilac

📋 copy color: '#D9ACD7'

red 217 ◦ green 172 ◦ blue 215

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

Shades of French Lilac #D9ACD7

Tints of French Lilac #D9ACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.48%

 BLUE value IS 215 (84.38% from 255) = 35.6%

R = 35.93%
G = 28.48%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9ACD7 (or 0xD9ACD7) is known color: French Lilac. HEX triplet: D9, AC and D7. RGB value is (217,172,215). Sum of RGB (Red+Green+Blue) = 217+172+215=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD7 is #265328. Grayscale: #BEBEBE. Windows color (decimal): -2511657 or 14134489. OLE color: 14134489.

HSL color Cylindrical-coordinate representation of color #D9ACD7: hue angle of 302.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACD7 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 215 -
CMYK 0 0.21 0.01 0.15
HSL 302.67º 0.37% 0.76% -
HSV(B) 302.67º 0.21% 0.85% -
XYZ 55.63 49.16 70.85 -
YUV 190.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 217 172 215 0 0.21 0.01 0.15 302.67 0.37 0.76
Hex D9 AC D7 0 15 1 F 12F 25 4C
Octal 331 254 327 0 25 1 17 457 45 114
Binary 11011001 10101100 11010111 0 10101 1 1111 100101111 100101 1001100

Color Harmonies of #D9ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACD7

Black with #D9ACD7

Text Example


Text Example

White with #D9ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACD7; }

 p { color: rgb(217,172,215); }

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

background-color css

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

 a { background-color: rgb(217,172,215); }

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

border-color css

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

 span { border-color: rgb(217,172,215); }

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