#DDB7D2

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

Shades of French Lilac #DDB7D2

Tints of French Lilac #DDB7D2

Color information

#DDB7D2 (or 0xDDB7D2) is unknown color: approx French Lilac. HEX triplet: DD, B7 and D2. RGB value is (221,183,210). Sum of RGB (Red+Green+Blue) = 221+183+210=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D2 is #22482D. Grayscale: #C5C5C5. Windows color (decimal): -2246702 or 13809629. OLE color: 13809629.

HSL color Cylindrical-coordinate representation of color #DDB7D2: hue angle of 317.37º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7D2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221183210-
CMYK00.170.050.13
HSL317.37º35.85%79.22%-
HSV(B)317.37º17.19%86.67%-
XYZ58.3953.8968.3-
YUV197.44135.09144.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=35.99%
G=29.80%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118321000.170.050.13317.3735.8579.22
HexDDB7D20115D13d244f
Octal33526732202151547544117
Binary11011101101101111101001001000110111011001111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7D2; }

 p { color: rgb(221,183,210); }

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

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

 a { background-color: rgb(221,183,210); }

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

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

 span { border-color: rgb(221,183,210); }

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