#DDAFD1

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

Shades of French Lilac #DDAFD1

Tints of French Lilac #DDAFD1

Color information

#DDAFD1 (or 0xDDAFD1) is unknown color: approx French Lilac. HEX triplet: DD, AF and D1. RGB value is (221,175,209). Sum of RGB (Red+Green+Blue) = 221+175+209=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD1 is #22502E. Grayscale: #C0C0C0. Windows color (decimal): -2248751 or 13742045. OLE color: 13742045.

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

Color convert

RGB221175209-
CMYK00.210.050.13
HSL315.65º40.35%77.65%-
HSV(B)315.65º20.81%86.67%-
XYZ56.6650.6467.11-
YUV192.63137.24148.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=36.53%
G=28.93%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117520900.210.050.13315.6540.3577.65
HexDDAFD10155D13c284e
Octal33525732102551547450116
Binary11011101101011111101000101010110111011001111001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFD1; }

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

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

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

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

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

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

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

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