#DDA7CC

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

Shades of French Lilac #DDA7CC

Tints of French Lilac #DDA7CC

Color information

#DDA7CC (or 0xDDA7CC) is unknown color: approx French Lilac. HEX triplet: DD, A7 and CC. RGB value is (221,167,204). Sum of RGB (Red+Green+Blue) = 221+167+204=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CC is #225833. Grayscale: #BBBBBB. Windows color (decimal): -2250804 or 13412317. OLE color: 13412317.

HSL color Cylindrical-coordinate representation of color #DDA7CC: hue angle of 318.89º degrees, saturation: 0.44, 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 #DDA7CC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221167204-
CMYK00.240.080.13
HSL318.89º44.26%76.08%-
HSV(B)318.89º24.43%86.67%-
XYZ54.5447.3763.4-
YUV187.36137.39151.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=37.33%
G=28.21%
B=34.46%

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
Decimal22116720400.240.080.13318.8944.2676.08
HexDDA7CC0188D13f2c4c
Octal335247314030101547754114
Binary110111011010011111001100011000100011011001111111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7CC; }

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

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

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

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

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

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

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

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