#DDA7D3

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

Shades of French Lilac #DDA7D3

Tints of French Lilac #DDA7D3

Color information

#DDA7D3 (or 0xDDA7D3) is unknown color: approx French Lilac. HEX triplet: DD, A7 and D3. RGB value is (221,167,211). Sum of RGB (Red+Green+Blue) = 221+167+211=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D3 is #22582C. Grayscale: #BCBCBC. Windows color (decimal): -2250797 or 13871069. OLE color: 13871069.

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

Color convert

RGB221167211-
CMYK00.240.050.13
HSL311.11º44.26%76.08%-
HSV(B)311.11º24.43%86.67%-
XYZ55.447.7167.92-
YUV188.16140.89151.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 167 (65.62% from 255) = 27.88%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=36.89%
G=27.88%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116721100.240.050.13311.1144.2676.08
HexDDA7D30185D1372c4c
Octal33524732303051546754114
Binary11011101101001111101001101100010111011001101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7D3; }

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

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

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

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

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

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

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

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