#DDA3CF

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

Shades of French Lilac #DDA3CF

Tints of French Lilac #DDA3CF

Color information

#DDA3CF (or 0xDDA3CF) is unknown color: approx French Lilac. HEX triplet: DD, A3 and CF. RGB value is (221,163,207). Sum of RGB (Red+Green+Blue) = 221+163+207=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3CF is #225C30. Grayscale: #B9B9B9. Windows color (decimal): -2251825 or 13607901. OLE color: 13607901.

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

Color convert

RGB221163207-
CMYK00.260.060.13
HSL314.48º46.03%75.29%-
HSV(B)314.48º26.24%86.67%-
XYZ54.1846.0765.07-
YUV185.36140.22153.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=37.39%
G=27.58%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116320700.260.060.13314.4846.0375.29
HexDDA3CF01A6D13a2e4b
Octal33524331703261547256113
Binary11011101101000111100111101101011011011001110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3CF; }

 p { color: rgb(221,163,207); }

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

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

 a { background-color: rgb(221,163,207); }

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

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

 span { border-color: rgb(221,163,207); }

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