Html Css Color HEX #DDAAD6 French Lilac

📋 copy color: '#DDAAD6'

red 221 ◦ green 170 ◦ blue 214

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

Shades of French Lilac #DDAAD6

Tints of French Lilac #DDAAD6

RGB

 RED value IS 221 (86.72% from 255) = 36.53%

 GREEN value IS 170 (66.8% from 255) = 28.1%

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

R = 36.53%
G = 28.1%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDAAD6 (or 0xDDAAD6) is known color: French Lilac. HEX triplet: DD, AA and D6. RGB value is (221,170,214). Sum of RGB (Red+Green+Blue) = 221+170+214=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAD6 is #225529. Grayscale: #BEBEBE. Windows color (decimal): -2250026 or 14068445. OLE color: 14068445.

HSL color Cylindrical-coordinate representation of color #DDAAD6: hue angle of 308.24º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAD6 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 214 -
CMYK 0 0.23 0.03 0.13
HSL 308.24º 0.43% 0.77% -
HSV(B) 308.24º 0.23% 0.87% -
XYZ 56.33 48.98 70.1 -
YUV 190.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 221 170 214 0 0.23 0.03 0.13 308.24 0.43 0.77
Hex DD AA D6 0 17 3 D 134 2B 4D
Octal 335 252 326 0 27 3 15 464 53 115
Binary 11011101 10101010 11010110 0 10111 11 1101 100110100 101011 1001101

Color Harmonies of #DDAAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAD6

Black with #DDAAD6

Text Example


Text Example

White with #DDAAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAD6; }

 p { color: rgb(221,170,214); }

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

background-color css

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

 a { background-color: rgb(221,170,214); }

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

border-color css

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

 span { border-color: rgb(221,170,214); }

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