Html Css Color HEX #D7ACD4 French Lilac

📋 copy color: '#D7ACD4'

red 215 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #D7ACD4

Tints of French Lilac #D7ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.39%

R = 35.89%
G = 28.71%
B = 35.39%

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

#D7ACD4 (or 0xD7ACD4) is known color: French Lilac. HEX triplet: D7, AC and D4. RGB value is (215,172,212). Sum of RGB (Red+Green+Blue) = 215+172+212=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACD4 is #28532B. Grayscale: #BDBDBD. Windows color (decimal): -2642732 or 13937879. OLE color: 13937879.

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

Color convert

RGB 215 172 212 -
CMYK 0 0.2 0.01 0.16
HSL 304.19º 0.35% 0.76% -
HSV(B) 304.19º 0.2% 0.84% -
XYZ 54.66 48.71 68.81 -
YUV 189.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 215 172 212 0 0.2 0.01 0.16 304.19 0.35 0.76
Hex D7 AC D4 0 14 1 10 130 23 4C
Octal 327 254 324 0 24 1 20 460 43 114
Binary 11010111 10101100 11010100 0 10100 1 10000 100110000 100011 1001100

Color Harmonies of #D7ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACD4

Black with #D7ACD4

Text Example


Text Example

White with #D7ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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