#DDBBDB

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

Shades of French Lilac #DDBBDB

Tints of French Lilac #DDBBDB

Color information

#DDBBDB (or 0xDDBBDB) is unknown color: approx French Lilac. HEX triplet: DD, BB and DB. RGB value is (221,187,219). Sum of RGB (Red+Green+Blue) = 221+187+219=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDB is #224424. Grayscale: #C8C8C8. Windows color (decimal): -2245669 or 14400477. OLE color: 14400477.

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

Color convert

RGB221187219-
CMYK00.150.010.13
HSL303.53º33.33%80%-
HSV(B)303.53º15.38%86.67%-
XYZ60.3856.0374.65-
YUV200.81138.26142.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=35.25%
G=29.82%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721900.150.010.13303.5333.3380
HexDDBBDB0F1D1302150
Octal33527333301711546041120
Binary11011101101110111101101101111111011001100001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBDB; }

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

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

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

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

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

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

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

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