Html Css Color HEX #D9ACD5 French Lilac

📋 copy color: '#D9ACD5'

red 217 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #D9ACD5

Tints of French Lilac #D9ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.38%

R = 36.05%
G = 28.57%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9ACD5 (or 0xD9ACD5) is known color: French Lilac. HEX triplet: D9, AC and D5. RGB value is (217,172,213). Sum of RGB (Red+Green+Blue) = 217+172+213=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD5 is #26532A. Grayscale: #BEBEBE. Windows color (decimal): -2511659 or 14003417. OLE color: 14003417.

HSL color Cylindrical-coordinate representation of color #D9ACD5: hue angle of 305.33º 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 #D9ACD5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 213 -
CMYK 0 0.21 0.02 0.15
HSL 305.33º 0.37% 0.76% -
HSV(B) 305.33º 0.21% 0.85% -
XYZ 55.38 49.06 69.5 -
YUV 190.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 217 172 213 0 0.21 0.02 0.15 305.33 0.37 0.76
Hex D9 AC D5 0 15 2 F 131 25 4C
Octal 331 254 325 0 25 2 17 461 45 114
Binary 11011001 10101100 11010101 0 10101 10 1111 100110001 100101 1001100

Color Harmonies of #D9ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACD5

Black with #D9ACD5

Text Example


Text Example

White with #D9ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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