#DDB3D0

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

Shades of French Lilac #DDB3D0

Tints of French Lilac #DDB3D0

Color information

#DDB3D0 (or 0xDDB3D0) is unknown color: approx French Lilac. HEX triplet: DD, B3 and D0. RGB value is (221,179,208). Sum of RGB (Red+Green+Blue) = 221+179+208=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3D0 is #224C2F. Grayscale: #C2C2C2. Windows color (decimal): -2247728 or 13677533. OLE color: 13677533.

HSL color Cylindrical-coordinate representation of color #DDB3D0: hue angle of 318.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3D0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221179208-
CMYK00.190.060.13
HSL318.57º38.18%78.43%-
HSV(B)318.57º19%86.67%-
XYZ57.3252.1766.72-
YUV194.86135.41146.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=36.35%
G=29.44%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117920800.190.060.13318.5738.1878.43
HexDDB3D00136D13f264e
Octal33526332002361547746116
Binary11011101101100111101000001001111011011001111111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3D0; }

 p { color: rgb(221,179,208); }

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

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

 a { background-color: rgb(221,179,208); }

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

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

 span { border-color: rgb(221,179,208); }

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