#DDADD8

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

Shades of French Lilac #DDADD8

Tints of French Lilac #DDADD8

Color information

#DDADD8 (or 0xDDADD8) is unknown color: approx French Lilac. HEX triplet: DD, AD and D8. RGB value is (221,173,216). Sum of RGB (Red+Green+Blue) = 221+173+216=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD8 is #225227. Grayscale: #C0C0C0. Windows color (decimal): -2249256 or 14200285. OLE color: 14200285.

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

Color convert

RGB221173216-
CMYK00.220.020.13
HSL306.25º41.38%77.25%-
HSV(B)306.25º21.72%86.67%-
XYZ57.1650.2271.65-
YUV192.25141.4148.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=36.23%
G=28.36%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117321600.220.020.13306.2541.3877.25
HexDDADD80162D132294d
Octal33525533002621546251115
Binary1101110110101101110110000101101011011001100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADD8; }

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

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

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

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

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

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

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

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