Html Css Color HEX #D9ADD1 French Lilac

📋 copy color: '#D9ADD1'

red 217 ◦ green 173 ◦ blue 209

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

Shades of French Lilac #D9ADD1

Tints of French Lilac #D9ADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.88%

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 36.23%
G = 28.88%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D9ADD1 (or 0xD9ADD1) is known color: French Lilac. HEX triplet: D9, AD and D1. RGB value is (217,173,209). Sum of RGB (Red+Green+Blue) = 217+173+209=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD1 is #26522E. Grayscale: #BEBEBE. Windows color (decimal): -2511407 or 13741529. OLE color: 13741529.

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

Color convert

RGB 217 173 209 -
CMYK 0 0.20 0.04 0.15
HSL 310.91º 0.37% 0.76% -
HSV(B) 310.91º 0.2% 0.85% -
XYZ 55.07 49.24 66.92 -
YUV 190.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 217 173 209 0 0.20 0.04 0.15 310.91 0.37 0.76
Hex D9 AD D1 0 14 4 F 137 25 4C
Octal 331 255 321 0 24 4 17 467 45 114
Binary 11011001 10101101 11010001 0 10100 100 1111 100110111 100101 1001100

Color Harmonies of #D9ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADD1

Black with #D9ADD1

Text Example


Text Example

White with #D9ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADD1; }

 p { color: rgb(217,173,209); }

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

background-color css

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

 a { background-color: rgb(217,173,209); }

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

border-color css

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

 span { border-color: rgb(217,173,209); }

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