#DDBAD7

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

Shades of French Lilac #DDBAD7

Tints of French Lilac #DDBAD7

Color information

#DDBAD7 (or 0xDDBAD7) is unknown color: approx French Lilac. HEX triplet: DD, BA and D7. RGB value is (221,186,215). Sum of RGB (Red+Green+Blue) = 221+186+215=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD7 is #224528. Grayscale: #C7C7C7. Windows color (decimal): -2245929 or 14138077. OLE color: 14138077.

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

Color convert

RGB221186215-
CMYK00.160.030.13
HSL310.29º33.98%79.8%-
HSV(B)310.29º15.84%86.67%-
XYZ59.6455.471.84-
YUV199.77136.6143.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=35.53%
G=29.90%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118621500.160.030.13310.2933.9879.8
HexDDBAD70103D1362250
Octal33527232702031546642120
Binary1101110110111010110101110100001111011001101101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAD7; }

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

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

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

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

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

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

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

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