#DDB0DB

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

Shades of French Lilac #DDB0DB

Tints of French Lilac #DDB0DB

Color information

#DDB0DB (or 0xDDB0DB) is unknown color: approx French Lilac. HEX triplet: DD, B0 and DB. RGB value is (221,176,219). Sum of RGB (Red+Green+Blue) = 221+176+219=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DB is #224F24. Grayscale: #C2C2C2. Windows color (decimal): -2248485 or 14397661. OLE color: 14397661.

HSL color Cylindrical-coordinate representation of color #DDB0DB: hue angle of 302.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0DB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221176219-
CMYK00.200.010.13
HSL302.67º39.82%77.84%-
HSV(B)302.67º20.36%86.67%-
XYZ58.1351.5473.9-
YUV194.36141.91147-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=35.88%
G=28.57%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117621900.200.010.13302.6739.8277.84
HexDDB0DB0141D12f284e
Octal33526033302411545750116
Binary110111011011000011011011010100111011001011111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0DB; }

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

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

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

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

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

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

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

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