#DDADD2

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

Shades of French Lilac #DDADD2

Tints of French Lilac #DDADD2

Color information

#DDADD2 (or 0xDDADD2) is unknown color: approx French Lilac. HEX triplet: DD, AD and D2. RGB value is (221,173,210). Sum of RGB (Red+Green+Blue) = 221+173+210=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD2 is #22522D. Grayscale: #BFBFBF. Windows color (decimal): -2249262 or 13807069. OLE color: 13807069.

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

Color convert

RGB221173210-
CMYK00.220.050.13
HSL313.75º41.38%77.25%-
HSV(B)313.75º21.72%86.67%-
XYZ56.449.9167.63-
YUV191.57138.4148.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=36.59%
G=28.64%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117321000.220.050.13313.7541.3877.25
HexDDADD20165D13a294d
Octal33525532202651547251115
Binary11011101101011011101001001011010111011001110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADD2; }

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

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

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

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

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

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

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

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