Html Css Color HEX #D7AACC French Lilac

📋 copy color: '#D7AACC'

red 215 ◦ green 170 ◦ blue 204

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

Shades of French Lilac #D7AACC

Tints of French Lilac #D7AACC

RGB

 RED value IS 215 (84.38% from 255) = 36.5%

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

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 36.5%
G = 28.86%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7AACC (or 0xD7AACC) is known color: French Lilac. HEX triplet: D7, AA and CC. RGB value is (215,170,204). Sum of RGB (Red+Green+Blue) = 215+170+204=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AACC is #285533. Grayscale: #BBBBBB. Windows color (decimal): -2643252 or 13413079. OLE color: 13413079.

HSL color Cylindrical-coordinate representation of color #D7AACC: hue angle of 314.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AACC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 204 -
CMYK 0 0.21 0.05 0.16
HSL 314.67º 0.36% 0.75% -
HSV(B) 314.67º 0.21% 0.84% -
XYZ 53.3 47.56 63.5 -
YUV 187.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 215 170 204 0 0.21 0.05 0.16 314.67 0.36 0.75
Hex D7 AA CC 0 15 5 10 13B 24 4B
Octal 327 252 314 0 25 5 20 473 44 113
Binary 11010111 10101010 11001100 0 10101 101 10000 100111011 100100 1001011

Color Harmonies of #D7AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AACC

Black with #D7AACC

Text Example


Text Example

White with #D7AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AACC; }

 p { color: rgb(215,170,204); }

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

background-color css

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

 a { background-color: rgb(215,170,204); }

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

border-color css

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

 span { border-color: rgb(215,170,204); }

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