#DDBDD9

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

Shades of French Lilac #DDBDD9

Tints of French Lilac #DDBDD9

Color information

#DDBDD9 (or 0xDDBDD9) is unknown color: approx French Lilac. HEX triplet: DD, BD and D9. RGB value is (221,189,217). Sum of RGB (Red+Green+Blue) = 221+189+217=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD9 is #224226. Grayscale: #C9C9C9. Windows color (decimal): -2245159 or 14269917. OLE color: 14269917.

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

Color convert

RGB221189217-
CMYK00.140.020.13
HSL307.5º32%80.39%-
HSV(B)307.5º14.48%86.67%-
XYZ60.5456.7873.41-
YUV201.76136.6141.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=35.25%
G=30.14%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118921700.140.020.13307.53280.39
HexDDBDD90E2D1342050
Octal33527533101621546440120
Binary110111011011110111011001011101011011001101001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDD9; }

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

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

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

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

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

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

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

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