#DDACCD

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

Shades of French Lilac #DDACCD

Tints of French Lilac #DDACCD

Color information

#DDACCD (or 0xDDACCD) is unknown color: approx French Lilac. HEX triplet: DD, AC and CD. RGB value is (221,172,205). Sum of RGB (Red+Green+Blue) = 221+172+205=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACCD is #225332. Grayscale: #BEBEBE. Windows color (decimal): -2249523 or 13479133. OLE color: 13479133.

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

Color convert

RGB221172205-
CMYK00.220.070.13
HSL319.59º41.88%77.06%-
HSV(B)319.59º22.17%86.67%-
XYZ55.5949.2864.34-
YUV190.41136.23149.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=36.96%
G=28.76%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117220500.220.070.13319.5941.8877.06
HexDDACCD0167D1402a4d
Octal33525431502671550052115
Binary11011101101011001100110101011011111011010000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACCD; }

 p { color: rgb(221,172,205); }

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

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

 a { background-color: rgb(221,172,205); }

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

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

 span { border-color: rgb(221,172,205); }

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