#DDB5D5

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

Shades of French Lilac #DDB5D5

Tints of French Lilac #DDB5D5

Color information

#DDB5D5 (or 0xDDB5D5) is unknown color: approx French Lilac. HEX triplet: DD, B5 and D5. RGB value is (221,181,213). Sum of RGB (Red+Green+Blue) = 221+181+213=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D5 is #224A2A. Grayscale: #C4C4C4. Windows color (decimal): -2247211 or 14005725. OLE color: 14005725.

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

Color convert

RGB221181213-
CMYK00.180.040.13
HSL312º37.04%78.82%-
HSV(B)312º18.1%86.67%-
XYZ58.3553.2270.15-
YUV196.61137.25145.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 213 (83.59% from 255) = 34.63%
R=35.93%
G=29.43%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118121300.180.040.1331237.0478.82
HexDDB5D50124D138254f
Octal33526532502241547045117
Binary11011101101101011101010101001010011011001110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5D5; }

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

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

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

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

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

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

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

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