Html Css Color HEX #D9ADD3 French Lilac

📋 copy color: '#D9ADD3'

red 217 ◦ green 173 ◦ blue 211

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

Shades of French Lilac #D9ADD3

Tints of French Lilac #D9ADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 36.11%
G = 28.79%
B = 35.11%

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

#D9ADD3 (or 0xD9ADD3) is known color: French Lilac. HEX triplet: D9, AD and D3. RGB value is (217,173,211). Sum of RGB (Red+Green+Blue) = 217+173+211=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD3 is #26522C. Grayscale: #BEBEBE. Windows color (decimal): -2511405 or 13872601. OLE color: 13872601.

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

Color convert

RGB 217 173 211 -
CMYK 0 0.20 0.03 0.15
HSL 308.18º 0.37% 0.76% -
HSV(B) 308.18º 0.2% 0.85% -
XYZ 55.32 49.34 68.24 -
YUV 190.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 217 173 211 0 0.20 0.03 0.15 308.18 0.37 0.76
Hex D9 AD D3 0 14 3 F 134 25 4C
Octal 331 255 323 0 24 3 17 464 45 114
Binary 11011001 10101101 11010011 0 10100 11 1111 100110100 100101 1001100

Color Harmonies of #D9ADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADD3

Black with #D9ADD3

Text Example


Text Example

White with #D9ADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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