#DDADDA

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

Shades of French Lilac #DDADDA

Tints of French Lilac #DDADDA

Color information

#DDADDA (or 0xDDADDA) is unknown color: approx French Lilac. HEX triplet: DD, AD and DA. RGB value is (221,173,218). Sum of RGB (Red+Green+Blue) = 221+173+218=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDA is #225225. Grayscale: #C0C0C0. Windows color (decimal): -2249254 or 14331357. OLE color: 14331357.

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

Color convert

RGB221173218-
CMYK00.220.010.13
HSL303.75º41.38%77.25%-
HSV(B)303.75º21.72%86.67%-
XYZ57.4250.3273.02-
YUV192.48142.4148.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=36.11%
G=28.27%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117321800.220.010.13303.7541.3877.25
HexDDADDA0161D130294d
Octal33525533202611546051115
Binary110111011010110111011010010110111011001100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADDA; }

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

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

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

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

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

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

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

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