#DDAFD5

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

Shades of French Lilac #DDAFD5

Tints of French Lilac #DDAFD5

Color information

#DDAFD5 (or 0xDDAFD5) is unknown color: approx French Lilac. HEX triplet: DD, AF and D5. RGB value is (221,175,213). Sum of RGB (Red+Green+Blue) = 221+175+213=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD5 is #22502A. Grayscale: #C0C0C0. Windows color (decimal): -2248747 or 14004189. OLE color: 14004189.

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

Color convert

RGB221175213-
CMYK00.210.040.13
HSL310.43º40.35%77.65%-
HSV(B)310.43º20.81%86.67%-
XYZ57.1650.8469.75-
YUV193.09139.24147.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=36.29%
G=28.74%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117521300.210.040.13310.4340.3577.65
HexDDAFD50154D136284e
Octal33525732502541546650116
Binary11011101101011111101010101010110011011001101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFD5; }

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

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

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

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

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

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

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

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