#DDADD1

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

Shades of French Lilac #DDADD1

Tints of French Lilac #DDADD1

Color information

#DDADD1 (or 0xDDADD1) is unknown color: approx French Lilac. HEX triplet: DD, AD and D1. RGB value is (221,173,209). Sum of RGB (Red+Green+Blue) = 221+173+209=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD1 is #22522E. Grayscale: #BFBFBF. Windows color (decimal): -2249263 or 13741533. OLE color: 13741533.

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

Color convert

RGB221173209-
CMYK00.220.050.13
HSL315º41.38%77.25%-
HSV(B)315º21.72%86.67%-
XYZ56.2749.8666.98-
YUV191.46137.9149.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=36.65%
G=28.69%
B=34.66%

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
Decimal22117320900.220.050.1331541.3877.25
HexDDADD10165D13b294d
Octal33525532102651547351115
Binary11011101101011011101000101011010111011001110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADD1; }

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

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

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

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

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

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

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

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