#DDADD3

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

Shades of French Lilac #DDADD3

Tints of French Lilac #DDADD3

Color information

#DDADD3 (or 0xDDADD3) is unknown color: approx French Lilac. HEX triplet: DD, AD and D3. RGB value is (221,173,211). Sum of RGB (Red+Green+Blue) = 221+173+211=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD3 is #22522C. Grayscale: #BFBFBF. Windows color (decimal): -2249261 or 13872605. OLE color: 13872605.

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

Color convert

RGB221173211-
CMYK00.220.050.13
HSL312.5º41.38%77.25%-
HSV(B)312.5º21.72%86.67%-
XYZ56.5249.9668.29-
YUV191.68138.9148.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 211 (82.81% from 255) = 34.88%
R=36.53%
G=28.60%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117321100.220.050.13312.541.3877.25
HexDDADD30165D138294d
Octal33525532302651547051115
Binary11011101101011011101001101011010111011001110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADD3; }

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

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

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

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

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

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

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

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