Html Css Color HEX #D7ACD0 French Lilac

📋 copy color: '#D7ACD0'

red 215 ◦ green 172 ◦ blue 208

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

Shades of French Lilac #D7ACD0

Tints of French Lilac #D7ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.96%

R = 36.13%
G = 28.91%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D7ACD0 (or 0xD7ACD0) is known color: French Lilac. HEX triplet: D7, AC and D0. RGB value is (215,172,208). Sum of RGB (Red+Green+Blue) = 215+172+208=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACD0 is #28532F. Grayscale: #BCBCBC. Windows color (decimal): -2642736 or 13675735. OLE color: 13675735.

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

Color convert

RGB 215 172 208 -
CMYK 0 0.2 0.03 0.16
HSL 309.77º 0.35% 0.76% -
HSV(B) 309.77º 0.2% 0.84% -
XYZ 54.16 48.51 66.18 -
YUV 188.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 215 172 208 0 0.2 0.03 0.16 309.77 0.35 0.76
Hex D7 AC D0 0 14 3 10 136 23 4C
Octal 327 254 320 0 24 3 20 466 43 114
Binary 11010111 10101100 11010000 0 10100 11 10000 100110110 100011 1001100

Color Harmonies of #D7ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACD0

Black with #D7ACD0

Text Example


Text Example

White with #D7ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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