#DDB5D4

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

Shades of French Lilac #DDB5D4

Tints of French Lilac #DDB5D4

Color information

#DDB5D4 (or 0xDDB5D4) is unknown color: approx French Lilac. HEX triplet: DD, B5 and D4. RGB value is (221,181,212). Sum of RGB (Red+Green+Blue) = 221+181+212=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D4 is #224A2B. Grayscale: #C4C4C4. Windows color (decimal): -2247212 or 13940189. OLE color: 13940189.

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

Color convert

RGB221181212-
CMYK00.180.040.13
HSL313.5º37.04%78.82%-
HSV(B)313.5º18.1%86.67%-
XYZ58.2353.1769.48-
YUV196.49136.75145.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=35.99%
G=29.48%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118121200.180.040.13313.537.0478.82
HexDDB5D40124D13a254f
Octal33526532402241547245117
Binary11011101101101011101010001001010011011001110101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5D4; }

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

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

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

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

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

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

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

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