#DDB7D5

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

Shades of French Lilac #DDB7D5

Tints of French Lilac #DDB7D5

Color information

#DDB7D5 (or 0xDDB7D5) is unknown color: approx French Lilac. HEX triplet: DD, B7 and D5. RGB value is (221,183,213). Sum of RGB (Red+Green+Blue) = 221+183+213=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D5 is #22482A. Grayscale: #C5C5C5. Windows color (decimal): -2246699 or 14006237. OLE color: 14006237.

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

Color convert

RGB221183213-
CMYK00.170.040.13
HSL312.63º35.85%79.22%-
HSV(B)312.63º17.19%86.67%-
XYZ58.7654.0470.29-
YUV197.78136.59144.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 213 (83.59% from 255) = 34.52%
R=35.82%
G=29.66%
B=34.52%

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
Decimal22118321300.170.040.13312.6335.8579.22
HexDDB7D50114D139244f
Octal33526732502141547144117
Binary11011101101101111101010101000110011011001110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7D5; }

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

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

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

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

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

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

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

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