#DDB5DC

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

Shades of French Lilac #DDB5DC

Tints of French Lilac #DDB5DC

Color information

#DDB5DC (or 0xDDB5DC) is unknown color: approx French Lilac. HEX triplet: DD, B5 and DC. RGB value is (221,181,220). Sum of RGB (Red+Green+Blue) = 221+181+220=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DC is #224A23. Grayscale: #C5C5C5. Windows color (decimal): -2247204 or 14464477. OLE color: 14464477.

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

Color convert

RGB221181220-
CMYK00.180.000.13
HSL301.5º37.04%78.82%-
HSV(B)301.5º18.1%86.67%-
XYZ59.2653.5974.93-
YUV197.41140.75144.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=35.53%
G=29.10%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118122000.180.000.13301.537.0478.82
HexDDB5DC0120D12e254f
Octal33526533402201545645117
Binary110111011011010111011100010010011011001011101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5DC; }

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

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

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

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

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

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

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

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