Html Css Color HEX #D5AACD French Lilac

📋 copy color: '#D5AACD'

red 213 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #D5AACD

Tints of French Lilac #D5AACD

RGB

 RED value IS 213 (83.59% from 255) = 36.22%

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

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

R = 36.22%
G = 28.91%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5AACD (or 0xD5AACD) is known color: French Lilac. HEX triplet: D5, AA and CD. RGB value is (213,170,205). Sum of RGB (Red+Green+Blue) = 213+170+205=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AACD is #2A5532. Grayscale: #BABABA. Windows color (decimal): -2774323 or 13478613. OLE color: 13478613.

HSL color Cylindrical-coordinate representation of color #D5AACD: hue angle of 311.16º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AACD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 205 -
CMYK 0 0.20 0.04 0.16
HSL 311.16º 0.34% 0.75% -
HSV(B) 311.16º 0.2% 0.84% -
XYZ 52.83 47.3 64.1 -
YUV 186.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 213 170 205 0 0.20 0.04 0.16 311.16 0.34 0.75
Hex D5 AA CD 0 14 4 10 137 22 4B
Octal 325 252 315 0 24 4 20 467 42 113
Binary 11010101 10101010 11001101 0 10100 100 10000 100110111 100010 1001011

Color Harmonies of #D5AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AACD

Black with #D5AACD

Text Example


Text Example

White with #D5AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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