#DDA9CC

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

Shades of French Lilac #DDA9CC

Tints of French Lilac #DDA9CC

Color information

#DDA9CC (or 0xDDA9CC) is unknown color: approx French Lilac. HEX triplet: DD, A9 and CC. RGB value is (221,169,204). Sum of RGB (Red+Green+Blue) = 221+169+204=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9CC is #225633. Grayscale: #BCBCBC. Windows color (decimal): -2250292 or 13412829. OLE color: 13412829.

HSL color Cylindrical-coordinate representation of color #DDA9CC: hue angle of 319.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9CC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221169204-
CMYK00.240.080.13
HSL319.62º43.33%76.47%-
HSV(B)319.62º23.53%86.67%-
XYZ54.9148.1163.52-
YUV188.54136.73151.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=37.21%
G=28.45%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116920400.240.080.13319.6243.3376.47
HexDDA9CC0188D1402b4c
Octal335251314030101550053114
Binary110111011010100111001100011000100011011010000001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9CC; }

 p { color: rgb(221,169,204); }

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

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

 a { background-color: rgb(221,169,204); }

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

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

 span { border-color: rgb(221,169,204); }

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