#DDCDD9

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

Shades of French Lilac #DDCDD9

Tints of French Lilac #DDCDD9

Color information

#DDCDD9 (or 0xDDCDD9) is unknown color: approx French Lilac. HEX triplet: DD, CD and D9. RGB value is (221,205,217). Sum of RGB (Red+Green+Blue) = 221+205+217=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD9 is #223226. Grayscale: #D3D3D3. Windows color (decimal): -2241063 or 14274013. OLE color: 14274013.

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

Color convert

RGB221205217-
CMYK00.070.020.13
HSL315º19.05%83.53%-
HSV(B)315º7.24%86.67%-
XYZ64.1764.0474.63-
YUV211.15131.3135.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=34.37%
G=31.88%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120521700.070.020.1331519.0583.53
HexDDCDD9072D13b1354
Octal3353153310721547323124
Binary1101110111001101110110010111101101100111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD9; }

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

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

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

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

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

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

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

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