#DDB5D9

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

Shades of French Lilac #DDB5D9

Tints of French Lilac #DDB5D9

Color information

#DDB5D9 (or 0xDDB5D9) is unknown color: approx French Lilac. HEX triplet: DD, B5 and D9. RGB value is (221,181,217). Sum of RGB (Red+Green+Blue) = 221+181+217=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D9 is #224A26. Grayscale: #C4C4C4. Windows color (decimal): -2247207 or 14267869. OLE color: 14267869.

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

Color convert

RGB221181217-
CMYK00.180.020.13
HSL306º37.04%78.82%-
HSV(B)306º18.1%86.67%-
XYZ58.8753.4372.86-
YUV197.06139.25145.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=35.70%
G=29.24%
B=35.06%

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
Decimal22118121700.180.020.1330637.0478.82
HexDDB5D90122D132254f
Octal33526533102221546245117
Binary1101110110110101110110010100101011011001100101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5D9; }

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

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

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

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

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

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

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

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