#DDA8D6

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

Shades of French Lilac #DDA8D6

Tints of French Lilac #DDA8D6

Color information

#DDA8D6 (or 0xDDA8D6) is unknown color: approx French Lilac. HEX triplet: DD, A8 and D6. RGB value is (221,168,214). Sum of RGB (Red+Green+Blue) = 221+168+214=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D6 is #225729. Grayscale: #BCBCBC. Windows color (decimal): -2250538 or 14067933. OLE color: 14067933.

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

Color convert

RGB221168214-
CMYK00.240.030.13
HSL307.92º43.8%76.27%-
HSV(B)307.92º23.98%86.67%-
XYZ55.9648.2369.98-
YUV189.09142.06150.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=36.65%
G=27.86%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116821400.240.030.13307.9243.876.27
HexDDA8D60183D1342c4c
Octal33525032603031546454114
Binary1101110110101000110101100110001111011001101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8D6; }

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

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

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

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

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

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

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

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