Html Css Color HEX #D7ACD5 French Lilac

📋 copy color: '#D7ACD5'

red 215 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #D7ACD5

Tints of French Lilac #D7ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.67%

 BLUE value IS 213 (83.59% from 255) = 35.5%

R = 35.83%
G = 28.67%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7ACD5 (or 0xD7ACD5) is known color: French Lilac. HEX triplet: D7, AC and D5. RGB value is (215,172,213). Sum of RGB (Red+Green+Blue) = 215+172+213=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACD5 is #28532A. Grayscale: #BDBDBD. Windows color (decimal): -2642731 or 14003415. OLE color: 14003415.

HSL color Cylindrical-coordinate representation of color #D7ACD5: hue angle of 302.79º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACD5 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 172 213 -
CMYK 0 0.2 0.01 0.16
HSL 302.79º 0.35% 0.76% -
HSV(B) 302.79º 0.2% 0.84% -
XYZ 54.79 48.76 69.47 -
YUV 189.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 215 172 213 0 0.2 0.01 0.16 302.79 0.35 0.76
Hex D7 AC D5 0 14 1 10 12F 23 4C
Octal 327 254 325 0 24 1 20 457 43 114
Binary 11010111 10101100 11010101 0 10100 1 10000 100101111 100011 1001100

Color Harmonies of #D7ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACD5

Black with #D7ACD5

Text Example


Text Example

White with #D7ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACD5; }

 p { color: rgb(215,172,213); }

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

background-color css

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

 a { background-color: rgb(215,172,213); }

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

border-color css

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

 span { border-color: rgb(215,172,213); }

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