#DDB4DD

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

Shades of French Lilac #DDB4DD

Tints of French Lilac #DDB4DD

Color information

#DDB4DD (or 0xDDB4DD) is unknown color: approx French Lilac. HEX triplet: DD, B4 and DD. RGB value is (221,180,221). Sum of RGB (Red+Green+Blue) = 221+180+221=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DD is #224B22. Grayscale: #C4C4C4. Windows color (decimal): -2247459 or 14529757. OLE color: 14529757.

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

Color convert

RGB221180221-
CMYK00.1900.13
HSL300º37.61%78.63%-
HSV(B)300º18.55%86.67%-
XYZ59.1953.2475.56-
YUV196.93141.58145.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 180 (70.70% from 255) = 28.94%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=35.53%
G=28.94%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118022100.1900.1330037.6178.63
HexDDB4DD0130D12c264f
Octal33526433502301545446117
Binary110111011011010011011101010011011011001011001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4DD; }

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

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

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

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

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

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

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

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