#DDA7CF

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

Shades of French Lilac #DDA7CF

Tints of French Lilac #DDA7CF

Color information

#DDA7CF (or 0xDDA7CF) is unknown color: approx French Lilac. HEX triplet: DD, A7 and CF. RGB value is (221,167,207). Sum of RGB (Red+Green+Blue) = 221+167+207=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CF is #225830. Grayscale: #BBBBBB. Windows color (decimal): -2250801 or 13608925. OLE color: 13608925.

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

Color convert

RGB221167207-
CMYK00.240.060.13
HSL315.56º44.26%76.08%-
HSV(B)315.56º24.43%86.67%-
XYZ54.947.5165.31-
YUV187.71138.89151.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=37.14%
G=28.07%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116720700.240.060.13315.5644.2676.08
HexDDA7CF0186D13c2c4c
Octal33524731703061547454114
Binary11011101101001111100111101100011011011001111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7CF; }

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

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

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

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

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

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

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

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