#DDB4DC

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

Shades of French Lilac #DDB4DC

Tints of French Lilac #DDB4DC

Color information

#DDB4DC (or 0xDDB4DC) is unknown color: approx French Lilac. HEX triplet: DD, B4 and DC. RGB value is (221,180,220). Sum of RGB (Red+Green+Blue) = 221+180+220=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DC is #224B23. Grayscale: #C4C4C4. Windows color (decimal): -2247460 or 14464221. OLE color: 14464221.

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

Color convert

RGB221180220-
CMYK00.190.000.13
HSL301.46º37.61%78.63%-
HSV(B)301.46º18.55%86.67%-
XYZ59.0653.1874.86-
YUV196.82141.08145.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=35.59%
G=28.99%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118022000.190.000.13301.4637.6178.63
HexDDB4DC0130D12d264f
Octal33526433402301545546117
Binary110111011011010011011100010011011011001011011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4DC; }

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

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

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

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

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

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

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

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