Html Css Color HEX #D9ADD6 French Lilac

📋 copy color: '#D9ADD6'

red 217 ◦ green 173 ◦ blue 214

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

Shades of French Lilac #D9ADD6

Tints of French Lilac #D9ADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 35.93%
G = 28.64%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9ADD6 (or 0xD9ADD6) is known color: French Lilac. HEX triplet: D9, AD and D6. RGB value is (217,173,214). Sum of RGB (Red+Green+Blue) = 217+173+214=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD6 is #265229. Grayscale: #BEBEBE. Windows color (decimal): -2511402 or 14069209. OLE color: 14069209.

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

Color convert

RGB 217 173 214 -
CMYK 0 0.20 0.01 0.15
HSL 304.09º 0.37% 0.76% -
HSV(B) 304.09º 0.2% 0.85% -
XYZ 55.7 49.49 70.24 -
YUV 190.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 217 173 214 0 0.20 0.01 0.15 304.09 0.37 0.76
Hex D9 AD D6 0 14 1 F 130 25 4C
Octal 331 255 326 0 24 1 17 460 45 114
Binary 11011001 10101101 11010110 0 10100 1 1111 100110000 100101 1001100

Color Harmonies of #D9ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADD6

Black with #D9ADD6

Text Example


Text Example

White with #D9ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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