#DDB5DA

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

Shades of French Lilac #DDB5DA

Tints of French Lilac #DDB5DA

Color information

#DDB5DA (or 0xDDB5DA) is unknown color: approx French Lilac. HEX triplet: DD, B5 and DA. RGB value is (221,181,218). Sum of RGB (Red+Green+Blue) = 221+181+218=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DA is #224A25. Grayscale: #C5C5C5. Windows color (decimal): -2247206 or 14333405. OLE color: 14333405.

HSL color Cylindrical-coordinate representation of color #DDB5DA: hue angle of 304.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5DA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221181218-
CMYK00.180.010.13
HSL304.5º37.04%78.82%-
HSV(B)304.5º18.1%86.67%-
XYZ5953.4873.54-
YUV197.18139.75144.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=35.65%
G=29.19%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118121800.180.010.13304.537.0478.82
HexDDB5DA0121D130254f
Octal33526533202211546045117
Binary110111011011010111011010010010111011001100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5DA; }

 p { color: rgb(221,181,218); }

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

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

 a { background-color: rgb(221,181,218); }

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

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

 span { border-color: rgb(221,181,218); }

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