Html Css Color HEX #D9ACD2 French Lilac

📋 copy color: '#D9ACD2'

red 217 ◦ green 172 ◦ blue 210

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

Shades of French Lilac #D9ACD2

Tints of French Lilac #D9ACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 36.23%
G = 28.71%
B = 35.06%

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

#D9ACD2 (or 0xD9ACD2) is known color: French Lilac. HEX triplet: D9, AC and D2. RGB value is (217,172,210). Sum of RGB (Red+Green+Blue) = 217+172+210=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD2 is #26532D. Grayscale: #BDBDBD. Windows color (decimal): -2511662 or 13806809. OLE color: 13806809.

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

Color convert

RGB 217 172 210 -
CMYK 0 0.21 0.03 0.15
HSL 309.33º 0.37% 0.76% -
HSV(B) 309.33º 0.21% 0.85% -
XYZ 55 48.91 67.51 -
YUV 189.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 217 172 210 0 0.21 0.03 0.15 309.33 0.37 0.76
Hex D9 AC D2 0 15 3 F 135 25 4C
Octal 331 254 322 0 25 3 17 465 45 114
Binary 11011001 10101100 11010010 0 10101 11 1111 100110101 100101 1001100

Color Harmonies of #D9ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACD2

Black with #D9ACD2

Text Example


Text Example

White with #D9ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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