#DDB2DD

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

Shades of French Lilac #DDB2DD

Tints of French Lilac #DDB2DD

Color information

#DDB2DD (or 0xDDB2DD) is unknown color: approx French Lilac. HEX triplet: DD, B2 and DD. RGB value is (221,178,221). Sum of RGB (Red+Green+Blue) = 221+178+221=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2DD is #224D22. Grayscale: #C3C3C3. Windows color (decimal): -2247971 or 14529245. OLE color: 14529245.

HSL color Cylindrical-coordinate representation of color #DDB2DD: hue angle of 300º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2DD is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221178221-
CMYK00.1900.13
HSL300º38.74%78.24%-
HSV(B)300º19.46%86.67%-
XYZ58.7952.4375.43-
YUV195.76142.25146-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=35.65%
G=28.71%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117822100.1900.1330038.7478.24
HexDDB2DD0130D12c274e
Octal33526233502301545447116
Binary110111011011001011011101010011011011001011001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2DD; }

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

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

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

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

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

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

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

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