#DDB2D8

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

Shades of French Lilac #DDB2D8

Tints of French Lilac #DDB2D8

Color information

#DDB2D8 (or 0xDDB2D8) is unknown color: approx French Lilac. HEX triplet: DD, B2 and D8. RGB value is (221,178,216). Sum of RGB (Red+Green+Blue) = 221+178+216=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2D8 is #224D27. Grayscale: #C3C3C3. Windows color (decimal): -2247976 or 14201565. OLE color: 14201565.

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

Color convert

RGB221178216-
CMYK00.190.020.13
HSL306.98º38.74%78.24%-
HSV(B)306.98º19.46%86.67%-
XYZ58.1352.1771.97-
YUV195.19139.75146.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=35.93%
G=28.94%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117821600.190.020.13306.9838.7478.24
HexDDB2D80132D133274e
Octal33526233002321546347116
Binary1101110110110010110110000100111011011001100111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2D8; }

 p { color: rgb(221,178,216); }

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

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

 a { background-color: rgb(221,178,216); }

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

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

 span { border-color: rgb(221,178,216); }

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