Html Css Color HEX #D5AACE French Lilac

📋 copy color: '#D5AACE'

red 213 ◦ green 170 ◦ blue 206

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

Shades of French Lilac #D5AACE

Tints of French Lilac #D5AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 36.16%
G = 28.86%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5AACE (or 0xD5AACE) is known color: French Lilac. HEX triplet: D5, AA and CE. RGB value is (213,170,206). Sum of RGB (Red+Green+Blue) = 213+170+206=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AACE is #2A5531. Grayscale: #BABABA. Windows color (decimal): -2774322 or 13544149. OLE color: 13544149.

HSL color Cylindrical-coordinate representation of color #D5AACE: hue angle of 309.77º 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 #D5AACE is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 206 -
CMYK 0 0.20 0.03 0.16
HSL 309.77º 0.34% 0.75% -
HSV(B) 309.77º 0.2% 0.84% -
XYZ 52.96 47.35 64.74 -
YUV 186.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 213 170 206 0 0.20 0.03 0.16 309.77 0.34 0.75
Hex D5 AA CE 0 14 3 10 136 22 4B
Octal 325 252 316 0 24 3 20 466 42 113
Binary 11010101 10101010 11001110 0 10100 11 10000 100110110 100010 1001011

Color Harmonies of #D5AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AACE

Black with #D5AACE

Text Example


Text Example

White with #D5AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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