#DDA8CC

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

Shades of French Lilac #DDA8CC

Tints of French Lilac #DDA8CC

Color information

#DDA8CC (or 0xDDA8CC) is unknown color: approx French Lilac. HEX triplet: DD, A8 and CC. RGB value is (221,168,204). Sum of RGB (Red+Green+Blue) = 221+168+204=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8CC is #225733. Grayscale: #BBBBBB. Windows color (decimal): -2250548 or 13412573. OLE color: 13412573.

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

Color convert

RGB221168204-
CMYK00.240.080.13
HSL319.25º43.8%76.27%-
HSV(B)319.25º23.98%86.67%-
XYZ54.7247.7463.46-
YUV187.95137.06151.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=37.27%
G=28.33%
B=34.40%

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
Decimal22116820400.240.080.13319.2543.876.27
HexDDA8CC0188D13f2c4c
Octal335250314030101547754114
Binary110111011010100011001100011000100011011001111111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8CC; }

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

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

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

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

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

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

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

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