Html Css Color HEX #D9ACD3 French Lilac

📋 copy color: '#D9ACD3'

red 217 ◦ green 172 ◦ blue 211

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

Shades of French Lilac #D9ACD3

Tints of French Lilac #D9ACD3

RGB

 RED value IS 217 (85.16% from 255) = 36.17%

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

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

R = 36.17%
G = 28.67%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9ACD3 (or 0xD9ACD3) is known color: French Lilac. HEX triplet: D9, AC and D3. RGB value is (217,172,211). Sum of RGB (Red+Green+Blue) = 217+172+211=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD3 is #26532C. Grayscale: #BDBDBD. Windows color (decimal): -2511661 or 13872345. OLE color: 13872345.

HSL color Cylindrical-coordinate representation of color #D9ACD3: hue angle of 308º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACD3 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 211 -
CMYK 0 0.21 0.03 0.15
HSL 308º 0.37% 0.76% -
HSV(B) 308º 0.21% 0.85% -
XYZ 55.13 48.96 68.17 -
YUV 189.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 217 172 211 0 0.21 0.03 0.15 308 0.37 0.76
Hex D9 AC D3 0 15 3 F 134 25 4C
Octal 331 254 323 0 25 3 17 464 45 114
Binary 11011001 10101100 11010011 0 10101 11 1111 100110100 100101 1001100

Color Harmonies of #D9ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACD3

Black with #D9ACD3

Text Example


Text Example

White with #D9ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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