#DDAFD7

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

Shades of French Lilac #DDAFD7

Tints of French Lilac #DDAFD7

Color information

#DDAFD7 (or 0xDDAFD7) is unknown color: approx French Lilac. HEX triplet: DD, AF and D7. RGB value is (221,175,215). Sum of RGB (Red+Green+Blue) = 221+175+215=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD7 is #225028. Grayscale: #C1C1C1. Windows color (decimal): -2248745 or 14135261. OLE color: 14135261.

HSL color Cylindrical-coordinate representation of color #DDAFD7: hue angle of 307.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFD7 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221175215-
CMYK00.210.030.13
HSL307.83º40.35%77.65%-
HSV(B)307.83º20.81%86.67%-
XYZ57.4150.9471.1-
YUV193.31140.24147.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=36.17%
G=28.64%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117521500.210.030.13307.8340.3577.65
HexDDAFD70153D134284e
Octal33525732702531546450116
Binary1101110110101111110101110101011111011001101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFD7; }

 p { color: rgb(221,175,215); }

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

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

 a { background-color: rgb(221,175,215); }

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

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

 span { border-color: rgb(221,175,215); }

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