#DDAAD2

Color #DDAAD2 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DDAAD2

Tints of French Lilac #DDAAD2

Color information

#DDAAD2 (or 0xDDAAD2) is unknown color: approx French Lilac. HEX triplet: DD, AA and D2. RGB value is (221,170,210). Sum of RGB (Red+Green+Blue) = 221+170+210=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAD2 is #22552D. Grayscale: #BDBDBD. Windows color (decimal): -2250030 or 13806301. OLE color: 13806301.

HSL color Cylindrical-coordinate representation of color #DDAAD2: hue angle of 312.94º 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 #DDAAD2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221170210-
CMYK00.230.050.13
HSL312.94º42.86%76.67%-
HSV(B)312.94º23.08%86.67%-
XYZ55.8348.7767.44-
YUV189.81139.4150.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=36.77%
G=28.29%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117021000.230.050.13312.9442.8676.67
HexDDAAD20175D1392b4d
Octal33525232202751547153115
Binary11011101101010101101001001011110111011001110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAD2; }

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

 H1.HeaderClassName
 {
   color: #DDAAD2;
 }
 .AnyTagClassName
 {
   color: #DDAAD2;
 }
</style>
background-color css

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

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

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

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

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

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