#DDA4CE

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

Shades of French Lilac #DDA4CE

Tints of French Lilac #DDA4CE

Color information

#DDA4CE (or 0xDDA4CE) is unknown color: approx French Lilac. HEX triplet: DD, A4 and CE. RGB value is (221,164,206). Sum of RGB (Red+Green+Blue) = 221+164+206=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4CE is #225B31. Grayscale: #B9B9B9. Windows color (decimal): -2251570 or 13542621. OLE color: 13542621.

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

Color convert

RGB221164206-
CMYK00.260.070.13
HSL315.79º45.6%75.49%-
HSV(B)315.79º25.79%86.67%-
XYZ54.2346.3864.49-
YUV185.83139.38153.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 164 (64.45% from 255) = 27.75%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=37.39%
G=27.75%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116420600.260.070.13315.7945.675.49
HexDDA4CE01A7D13c2e4b
Octal33524431603271547456113
Binary11011101101001001100111001101011111011001111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4CE; }

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

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

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

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

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

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

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

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