#DDB7D4

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

Shades of French Lilac #DDB7D4

Tints of French Lilac #DDB7D4

Color information

#DDB7D4 (or 0xDDB7D4) is unknown color: approx French Lilac. HEX triplet: DD, B7 and D4. RGB value is (221,183,212). Sum of RGB (Red+Green+Blue) = 221+183+212=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D4 is #22482B. Grayscale: #C5C5C5. Windows color (decimal): -2246700 or 13940701. OLE color: 13940701.

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

Color convert

RGB221183212-
CMYK00.170.040.13
HSL314.21º35.85%79.22%-
HSV(B)314.21º17.19%86.67%-
XYZ58.6453.9969.62-
YUV197.67136.09144.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 212 (83.20% from 255) = 34.42%
R=35.88%
G=29.71%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118321200.170.040.13314.2135.8579.22
HexDDB7D40114D13a244f
Octal33526732402141547244117
Binary11011101101101111101010001000110011011001110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7D4; }

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

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

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

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

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

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

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

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