#DDADD7

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

Shades of French Lilac #DDADD7

Tints of French Lilac #DDADD7

Color information

#DDADD7 (or 0xDDADD7) is unknown color: approx French Lilac. HEX triplet: DD, AD and D7. RGB value is (221,173,215). Sum of RGB (Red+Green+Blue) = 221+173+215=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD7 is #225228. Grayscale: #C0C0C0. Windows color (decimal): -2249257 or 14134749. OLE color: 14134749.

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

Color convert

RGB221173215-
CMYK00.220.030.13
HSL307.5º41.38%77.25%-
HSV(B)307.5º21.72%86.67%-
XYZ57.0350.1770.97-
YUV192.14140.9148.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=36.29%
G=28.41%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117321500.220.030.13307.541.3877.25
HexDDADD70163D134294d
Octal33525532702631546451115
Binary1101110110101101110101110101101111011001101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADD7; }

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

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

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

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

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

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

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

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