#DDADD5

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

Shades of French Lilac #DDADD5

Tints of French Lilac #DDADD5

Color information

#DDADD5 (or 0xDDADD5) is unknown color: approx French Lilac. HEX triplet: DD, AD and D5. RGB value is (221,173,213). Sum of RGB (Red+Green+Blue) = 221+173+213=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD5 is #22522A. Grayscale: #BFBFBF. Windows color (decimal): -2249259 or 14003677. OLE color: 14003677.

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

Color convert

RGB221173213-
CMYK00.220.040.13
HSL310º41.38%77.25%-
HSV(B)310º21.72%86.67%-
XYZ56.7750.0669.62-
YUV191.91139.9148.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=36.41%
G=28.50%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117321300.220.040.1331041.3877.25
HexDDADD50164D136294d
Octal33525532502641546651115
Binary11011101101011011101010101011010011011001101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADD5; }

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

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

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

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

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

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

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

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