Html Css Color HEX #D4AACD French Lilac

📋 copy color: '#D4AACD'

red 212 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #D4AACD

Tints of French Lilac #D4AACD

RGB

 RED value IS 212 (83.2% from 255) = 36.12%

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

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

R = 36.12%
G = 28.96%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4AACD (or 0xD4AACD) is known color: French Lilac. HEX triplet: D4, AA and CD. RGB value is (212,170,205). Sum of RGB (Red+Green+Blue) = 212+170+205=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACD is #2B5532. Grayscale: #BABABA. Windows color (decimal): -2839859 or 13478612. OLE color: 13478612.

HSL color Cylindrical-coordinate representation of color #D4AACD: hue angle of 310º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AACD is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 205 -
CMYK 0 0.20 0.03 0.17
HSL 310º 0.33% 0.75% -
HSV(B) 310º 0.2% 0.83% -
XYZ 52.55 47.15 64.09 -
YUV 186.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 212 170 205 0 0.20 0.03 0.17 310 0.33 0.75
Hex D4 AA CD 0 14 3 11 136 21 4B
Octal 324 252 315 0 24 3 21 466 41 113
Binary 11010100 10101010 11001101 0 10100 11 10001 100110110 100001 1001011

Color Harmonies of #D4AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AACD

Black with #D4AACD

Text Example


Text Example

White with #D4AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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