#DDA8D4

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

Shades of French Lilac #DDA8D4

Tints of French Lilac #DDA8D4

Color information

#DDA8D4 (or 0xDDA8D4) is unknown color: approx French Lilac. HEX triplet: DD, A8 and D4. RGB value is (221,168,212). Sum of RGB (Red+Green+Blue) = 221+168+212=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D4 is #22572B. Grayscale: #BCBCBC. Windows color (decimal): -2250540 or 13936861. OLE color: 13936861.

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

Color convert

RGB221168212-
CMYK00.240.040.13
HSL310.19º43.8%76.27%-
HSV(B)310.19º23.98%86.67%-
XYZ55.7148.1368.64-
YUV188.86141.06150.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=36.77%
G=27.95%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116821200.240.040.13310.1943.876.27
HexDDA8D40184D1362c4c
Octal33525032403041546654114
Binary11011101101010001101010001100010011011001101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8D4; }

 p { color: rgb(221,168,212); }

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

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

 a { background-color: rgb(221,168,212); }

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

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

 span { border-color: rgb(221,168,212); }

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