#DDBDD4

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

Shades of French Lilac #DDBDD4

Tints of French Lilac #DDBDD4

Color information

#DDBDD4 (or 0xDDBDD4) is unknown color: approx French Lilac. HEX triplet: DD, BD and D4. RGB value is (221,189,212). Sum of RGB (Red+Green+Blue) = 221+189+212=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD4 is #22422B. Grayscale: #C9C9C9. Windows color (decimal): -2245164 or 13942237. OLE color: 13942237.

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

Color convert

RGB221189212-
CMYK00.140.040.13
HSL316.88º32%80.39%-
HSV(B)316.88º14.48%86.67%-
XYZ59.956.5270.04-
YUV201.19134.1142.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=35.53%
G=30.39%
B=34.08%

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
Decimal22118921200.140.040.13316.883280.39
HexDDBDD40E4D13d2050
Octal33527532401641547540120
Binary1101110110111101110101000111010011011001111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDD4; }

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

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

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

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

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

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

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

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