#DDB2D0

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

Shades of French Lilac #DDB2D0

Tints of French Lilac #DDB2D0

Color information

#DDB2D0 (or 0xDDB2D0) is unknown color: approx French Lilac. HEX triplet: DD, B2 and D0. RGB value is (221,178,208). Sum of RGB (Red+Green+Blue) = 221+178+208=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2D0 is #224D2F. Grayscale: #C2C2C2. Windows color (decimal): -2247984 or 13677277. OLE color: 13677277.

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

Color convert

RGB221178208-
CMYK00.190.060.13
HSL318.14º38.74%78.24%-
HSV(B)318.14º19.46%86.67%-
XYZ57.1251.7766.66-
YUV194.28135.75147.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=36.41%
G=29.32%
B=34.27%

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
Decimal22117820800.190.060.13318.1438.7478.24
HexDDB2D00136D13e274e
Octal33526232002361547647116
Binary11011101101100101101000001001111011011001111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2D0; }

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

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

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

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

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

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

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

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