#DDA2CE

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

Shades of French Lilac #DDA2CE

Tints of French Lilac #DDA2CE

Color information

#DDA2CE (or 0xDDA2CE) is unknown color: approx French Lilac. HEX triplet: DD, A2 and CE. RGB value is (221,162,206). Sum of RGB (Red+Green+Blue) = 221+162+206=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2CE is #225D31. Grayscale: #B8B8B8. Windows color (decimal): -2252082 or 13542109. OLE color: 13542109.

HSL color Cylindrical-coordinate representation of color #DDA2CE: hue angle of 315.25º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2CE is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221162206-
CMYK00.270.070.13
HSL315.25º46.46%75.1%-
HSV(B)315.25º26.7%86.67%-
XYZ53.8845.6764.37-
YUV184.66140.05153.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=37.52%
G=27.50%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116220600.270.070.13315.2546.4675.1
HexDDA2CE01B7D13b2e4b
Octal33524231603371547356113
Binary11011101101000101100111001101111111011001110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2CE; }

 p { color: rgb(221,162,206); }

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

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

 a { background-color: rgb(221,162,206); }

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

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

 span { border-color: rgb(221,162,206); }

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