#DDB9DB

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

Shades of French Lilac #DDB9DB

Tints of French Lilac #DDB9DB

Color information

#DDB9DB (or 0xDDB9DB) is unknown color: approx French Lilac. HEX triplet: DD, B9 and DB. RGB value is (221,185,219). Sum of RGB (Red+Green+Blue) = 221+185+219=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DB is #224624. Grayscale: #C7C7C7. Windows color (decimal): -2246181 or 14399965. OLE color: 14399965.

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

Color convert

RGB221185219-
CMYK00.160.010.13
HSL303.33º34.62%79.61%-
HSV(B)303.33º16.29%86.67%-
XYZ59.9555.1874.51-
YUV199.64138.93143.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=35.36%
G=29.6%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118521900.160.010.13303.3334.6279.61
HexDDB9DB0101D12f2350
Octal33527133302011545743120
Binary110111011011100111011011010000111011001011111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9DB; }

 p { color: rgb(221,185,219); }

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

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

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

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

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

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

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