#DDB8DC

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

Shades of French Lilac #DDB8DC

Tints of French Lilac #DDB8DC

Color information

#DDB8DC (or 0xDDB8DC) is unknown color: approx French Lilac. HEX triplet: DD, B8 and DC. RGB value is (221,184,220). Sum of RGB (Red+Green+Blue) = 221+184+220=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8DC is #224723. Grayscale: #C7C7C7. Windows color (decimal): -2246436 or 14465245. OLE color: 14465245.

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

Color convert

RGB221184220-
CMYK00.170.000.13
HSL301.62º35.24%79.41%-
HSV(B)301.62º16.74%86.67%-
XYZ59.8854.8275.14-
YUV199.17139.76143.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 184 (72.27% from 255) = 29.44%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=35.36%
G=29.44%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118422000.170.000.13301.6235.2479.41
HexDDB8DC0110D12e234f
Octal33527033402101545643117
Binary110111011011100011011100010001011011001011101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8DC; }

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

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

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

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

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

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

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

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