#DDBAD5

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

Shades of French Lilac #DDBAD5

Tints of French Lilac #DDBAD5

Color information

#DDBAD5 (or 0xDDBAD5) is unknown color: approx French Lilac. HEX triplet: DD, BA and D5. RGB value is (221,186,213). Sum of RGB (Red+Green+Blue) = 221+186+213=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD5 is #22452A. Grayscale: #C7C7C7. Windows color (decimal): -2245931 or 14007005. OLE color: 14007005.

HSL color Cylindrical-coordinate representation of color #DDBAD5: hue angle of 313.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAD5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221186213-
CMYK00.160.040.13
HSL313.71º33.98%79.8%-
HSV(B)313.71º15.84%86.67%-
XYZ59.3955.2970.49-
YUV199.54135.6143.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=35.65%
G=30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118621300.160.040.13313.7133.9879.8
HexDDBAD50104D13a2250
Octal33527232502041547242120
Binary11011101101110101101010101000010011011001110101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAD5; }

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

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

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

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

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

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

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

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