Html Css Color HEX #D7ACD3 French Lilac

📋 copy color: '#D7ACD3'

red 215 ◦ green 172 ◦ blue 211

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

Shades of French Lilac #D7ACD3

Tints of French Lilac #D7ACD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 35.95%
G = 28.76%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7ACD3 (or 0xD7ACD3) is known color: French Lilac. HEX triplet: D7, AC and D3. RGB value is (215,172,211). Sum of RGB (Red+Green+Blue) = 215+172+211=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACD3 is #28532C. Grayscale: #BDBDBD. Windows color (decimal): -2642733 or 13872343. OLE color: 13872343.

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

Color convert

RGB 215 172 211 -
CMYK 0 0.2 0.02 0.16
HSL 305.58º 0.35% 0.76% -
HSV(B) 305.58º 0.2% 0.84% -
XYZ 54.53 48.66 68.15 -
YUV 189.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 215 172 211 0 0.2 0.02 0.16 305.58 0.35 0.76
Hex D7 AC D3 0 14 2 10 132 23 4C
Octal 327 254 323 0 24 2 20 462 43 114
Binary 11010111 10101100 11010011 0 10100 10 10000 100110010 100011 1001100

Color Harmonies of #D7ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACD3

Black with #D7ACD3

Text Example


Text Example

White with #D7ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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