#DDB5DD

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

Shades of French Lilac #DDB5DD

Tints of French Lilac #DDB5DD

Color information

#DDB5DD (or 0xDDB5DD) is unknown color: approx French Lilac. HEX triplet: DD, B5 and DD. RGB value is (221,181,221). Sum of RGB (Red+Green+Blue) = 221+181+221=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DD is #224A22. Grayscale: #C5C5C5. Windows color (decimal): -2247203 or 14530013. OLE color: 14530013.

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

Color convert

RGB221181221-
CMYK00.1800.13
HSL300º37.04%78.82%-
HSV(B)300º18.1%86.67%-
XYZ59.3953.6475.63-
YUV197.52141.25144.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=35.47%
G=29.05%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118122100.1800.1330037.0478.82
HexDDB5DD0120D12c254f
Octal33526533502201545445117
Binary110111011011010111011101010010011011001011001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5DD; }

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

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

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

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

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

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

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

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