#DDAFD9

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

Shades of French Lilac #DDAFD9

Tints of French Lilac #DDAFD9

Color information

#DDAFD9 (or 0xDDAFD9) is unknown color: approx French Lilac. HEX triplet: DD, AF and D9. RGB value is (221,175,217). Sum of RGB (Red+Green+Blue) = 221+175+217=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD9 is #225026. Grayscale: #C1C1C1. Windows color (decimal): -2248743 or 14266333. OLE color: 14266333.

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

Color convert

RGB221175217-
CMYK00.210.020.13
HSL305.22º40.35%77.65%-
HSV(B)305.22º20.81%86.67%-
XYZ57.6751.0472.46-
YUV193.54141.24147.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 217 (85.16% from 255) = 35.40%
R=36.05%
G=28.55%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117521700.210.020.13305.2240.3577.65
HexDDAFD90152D131284e
Octal33525733102521546150116
Binary1101110110101111110110010101011011011001100011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFD9; }

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

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

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

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

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

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

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

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