Html Css Color HEX #D8AACD French Lilac

📋 copy color: '#D8AACD'

red 216 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #D8AACD

Tints of French Lilac #D8AACD

RGB

 RED value IS 216 (84.77% from 255) = 36.55%

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

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

R = 36.55%
G = 28.76%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8AACD (or 0xD8AACD) is known color: French Lilac. HEX triplet: D8, AA and CD. RGB value is (216,170,205). Sum of RGB (Red+Green+Blue) = 216+170+205=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AACD is #275532. Grayscale: #BBBBBB. Windows color (decimal): -2577715 or 13478616. OLE color: 13478616.

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

Color convert

RGB 216 170 205 -
CMYK 0 0.21 0.05 0.15
HSL 314.35º 0.37% 0.76% -
HSV(B) 314.35º 0.21% 0.85% -
XYZ 53.71 47.76 64.14 -
YUV 187.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 216 170 205 0 0.21 0.05 0.15 314.35 0.37 0.76
Hex D8 AA CD 0 15 5 F 13A 25 4C
Octal 330 252 315 0 25 5 17 472 45 114
Binary 11011000 10101010 11001101 0 10101 101 1111 100111010 100101 1001100

Color Harmonies of #D8AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AACD

Black with #D8AACD

Text Example


Text Example

White with #D8AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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