#DDBBD9

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

Shades of French Lilac #DDBBD9

Tints of French Lilac #DDBBD9

Color information

#DDBBD9 (or 0xDDBBD9) is unknown color: approx French Lilac. HEX triplet: DD, BB and D9. RGB value is (221,187,217). Sum of RGB (Red+Green+Blue) = 221+187+217=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD9 is #224426. Grayscale: #C8C8C8. Windows color (decimal): -2245671 or 14269405. OLE color: 14269405.

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

Color convert

RGB221187217-
CMYK00.150.020.13
HSL307.06º33.33%80%-
HSV(B)307.06º15.38%86.67%-
XYZ60.1155.9273.27-
YUV200.59137.26142.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=35.36%
G=29.92%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721700.150.020.13307.0633.3380
HexDDBBD90F2D1332150
Octal33527333101721546341120
Binary110111011011101111011001011111011011001100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBD9; }

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

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

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

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

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

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

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

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