#DDBDD5

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

Shades of French Lilac #DDBDD5

Tints of French Lilac #DDBDD5

Color information

#DDBDD5 (or 0xDDBDD5) is unknown color: approx French Lilac. HEX triplet: DD, BD and D5. RGB value is (221,189,213). Sum of RGB (Red+Green+Blue) = 221+189+213=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD5 is #22422A. Grayscale: #C9C9C9. Windows color (decimal): -2245163 or 14007773. OLE color: 14007773.

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

Color convert

RGB221189213-
CMYK00.140.040.13
HSL315º32%80.39%-
HSV(B)315º14.48%86.67%-
XYZ60.0356.5770.71-
YUV201.3134.6142.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=35.47%
G=30.34%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118921300.140.040.133153280.39
HexDDBDD50E4D13b2050
Octal33527532501641547340120
Binary1101110110111101110101010111010011011001110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDD5; }

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

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

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

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

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

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

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

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