#DDCCD9

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

Shades of French Lilac #DDCCD9

Tints of French Lilac #DDCCD9

Color information

#DDCCD9 (or 0xDDCCD9) is unknown color: approx French Lilac. HEX triplet: DD, CC and D9. RGB value is (221,204,217). Sum of RGB (Red+Green+Blue) = 221+204+217=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD9 is #223326. Grayscale: #D2D2D2. Windows color (decimal): -2241319 or 14273757. OLE color: 14273757.

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

Color convert

RGB221204217-
CMYK00.080.020.13
HSL314.12º20%83.33%-
HSV(B)314.12º7.69%86.67%-
XYZ63.9463.5774.55-
YUV210.56131.63135.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=34.42%
G=31.78%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120421700.080.020.13314.122083.33
HexDDCCD9082D13a1453
Octal33531433101021547224123
Binary11011101110011001101100101000101101100111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCD9; }

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

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

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

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

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

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

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

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