#DDADCD

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

Shades of French Lilac #DDADCD

Tints of French Lilac #DDADCD

Color information

#DDADCD (or 0xDDADCD) is unknown color: approx French Lilac. HEX triplet: DD, AD and CD. RGB value is (221,173,205). Sum of RGB (Red+Green+Blue) = 221+173+205=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCD is #225232. Grayscale: #BEBEBE. Windows color (decimal): -2249267 or 13479389. OLE color: 13479389.

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

Color convert

RGB221173205-
CMYK00.220.070.13
HSL320º41.38%77.25%-
HSV(B)320º21.72%86.67%-
XYZ55.7849.6764.4-
YUV191135.9149.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=36.89%
G=28.88%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117320500.220.070.1332041.3877.25
HexDDADCD0167D140294d
Octal33525531502671550051115
Binary11011101101011011100110101011011111011010000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADCD; }

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

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

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

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

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

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

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

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