Html Css Color HEX #D9AACD French Lilac

📋 copy color: '#D9AACD'

red 217 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #D9AACD

Tints of French Lilac #D9AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.72%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 36.66%
G = 28.72%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9AACD (or 0xD9AACD) is known color: French Lilac. HEX triplet: D9, AA and CD. RGB value is (217,170,205). Sum of RGB (Red+Green+Blue) = 217+170+205=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AACD is #265532. Grayscale: #BBBBBB. Windows color (decimal): -2512179 or 13478617. OLE color: 13478617.

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

Color convert

RGB 217 170 205 -
CMYK 0 0.22 0.06 0.15
HSL 315.32º 0.38% 0.76% -
HSV(B) 315.32º 0.22% 0.85% -
XYZ 54.01 47.91 64.16 -
YUV 188.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 217 170 205 0 0.22 0.06 0.15 315.32 0.38 0.76
Hex D9 AA CD 0 16 6 F 13B 26 4C
Octal 331 252 315 0 26 6 17 473 46 114
Binary 11011001 10101010 11001101 0 10110 110 1111 100111011 100110 1001100

Color Harmonies of #D9AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AACD

Black with #D9AACD

Text Example


Text Example

White with #D9AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AACD; }

 p { color: rgb(217,170,205); }

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

background-color css

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

 a { background-color: rgb(217,170,205); }

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

border-color css

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

 span { border-color: rgb(217,170,205); }

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