#DDCED9

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

Shades of French Lilac #DDCED9

Tints of French Lilac #DDCED9

Color information

#DDCED9 (or 0xDDCED9) is unknown color: approx French Lilac. HEX triplet: DD, CE and D9. RGB value is (221,206,217). Sum of RGB (Red+Green+Blue) = 221+206+217=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED9 is #223126. Grayscale: #D3D3D3. Windows color (decimal): -2240807 or 14274269. OLE color: 14274269.

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

Color convert

RGB221206217-
CMYK00.070.020.13
HSL316º18.07%83.73%-
HSV(B)316º6.79%86.67%-
XYZ64.4164.5274.71-
YUV211.74130.97134.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=34.32%
G=31.99%
B=33.70%

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
Decimal22120621700.070.020.1331618.0783.73
HexDDCED9072D13c1254
Octal3353163310721547422124
Binary1101110111001110110110010111101101100111100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCED9; }

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

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

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

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

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

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

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

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