Html Css Color HEX #D9ADD4 French Lilac

📋 copy color: '#D9ADD4'

red 217 ◦ green 173 ◦ blue 212

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

Shades of French Lilac #D9ADD4

Tints of French Lilac #D9ADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 36.05%
G = 28.74%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9ADD4 (or 0xD9ADD4) is known color: French Lilac. HEX triplet: D9, AD and D4. RGB value is (217,173,212). Sum of RGB (Red+Green+Blue) = 217+173+212=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD4 is #26522B. Grayscale: #BEBEBE. Windows color (decimal): -2511404 or 13938137. OLE color: 13938137.

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

Color convert

RGB 217 173 212 -
CMYK 0 0.20 0.02 0.15
HSL 306.82º 0.37% 0.76% -
HSV(B) 306.82º 0.2% 0.85% -
XYZ 55.44 49.39 68.9 -
YUV 190.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 217 173 212 0 0.20 0.02 0.15 306.82 0.37 0.76
Hex D9 AD D4 0 14 2 F 133 25 4C
Octal 331 255 324 0 24 2 17 463 45 114
Binary 11011001 10101101 11010100 0 10100 10 1111 100110011 100101 1001100

Color Harmonies of #D9ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADD4

Black with #D9ADD4

Text Example


Text Example

White with #D9ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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