#DDBBD6

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

Shades of French Lilac #DDBBD6

Tints of French Lilac #DDBBD6

Color information

#DDBBD6 (or 0xDDBBD6) is unknown color: approx French Lilac. HEX triplet: DD, BB and D6. RGB value is (221,187,214). Sum of RGB (Red+Green+Blue) = 221+187+214=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD6 is #224429. Grayscale: #C8C8C8. Windows color (decimal): -2245674 or 14072797. OLE color: 14072797.

HSL color Cylindrical-coordinate representation of color #DDBBD6: hue angle of 312.35º 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 #DDBBD6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221187214-
CMYK00.150.030.13
HSL312.35º33.33%80%-
HSV(B)312.35º15.38%86.67%-
XYZ59.7355.7771.23-
YUV200.24135.76142.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=35.53%
G=30.06%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721400.150.030.13312.3533.3380
HexDDBBD60F3D1382150
Octal33527332601731547041120
Binary110111011011101111010110011111111011001110001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBD6; }

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

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

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

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

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

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

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

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