Html Css Color HEX #D9ADD2 French Lilac

📋 copy color: '#D9ADD2'

red 217 ◦ green 173 ◦ blue 210

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

Shades of French Lilac #D9ADD2

Tints of French Lilac #D9ADD2

RGB

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

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

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

R = 36.17%
G = 28.83%
B = 35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9ADD2 (or 0xD9ADD2) is known color: French Lilac. HEX triplet: D9, AD and D2. RGB value is (217,173,210). Sum of RGB (Red+Green+Blue) = 217+173+210=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD2 is #26522D. Grayscale: #BEBEBE. Windows color (decimal): -2511406 or 13807065. OLE color: 13807065.

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

Color convert

RGB 217 173 210 -
CMYK 0 0.20 0.03 0.15
HSL 309.55º 0.37% 0.76% -
HSV(B) 309.55º 0.2% 0.85% -
XYZ 55.19 49.29 67.58 -
YUV 190.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 217 173 210 0 0.20 0.03 0.15 309.55 0.37 0.76
Hex D9 AD D2 0 14 3 F 136 25 4C
Octal 331 255 322 0 24 3 17 466 45 114
Binary 11011001 10101101 11010010 0 10100 11 1111 100110110 100101 1001100

Color Harmonies of #D9ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADD2

Black with #D9ADD2

Text Example


Text Example

White with #D9ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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