#DDB5D8

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

Shades of French Lilac #DDB5D8

Tints of French Lilac #DDB5D8

Color information

#DDB5D8 (or 0xDDB5D8) is unknown color: approx French Lilac. HEX triplet: DD, B5 and D8. RGB value is (221,181,216). Sum of RGB (Red+Green+Blue) = 221+181+216=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D8 is #224A27. Grayscale: #C4C4C4. Windows color (decimal): -2247208 or 14202333. OLE color: 14202333.

HSL color Cylindrical-coordinate representation of color #DDB5D8: hue angle of 307.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 #DDB5D8 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221181216-
CMYK00.180.020.13
HSL307.5º37.04%78.82%-
HSV(B)307.5º18.1%86.67%-
XYZ58.7453.3872.17-
YUV196.95138.75145.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 216 (84.77% from 255) = 34.95%
R=35.76%
G=29.29%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118121600.180.020.13307.537.0478.82
HexDDB5D80122D134254f
Octal33526533002221546445117
Binary1101110110110101110110000100101011011001101001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5D8; }

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

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

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

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

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

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

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

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