#DDADCE

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

Shades of French Lilac #DDADCE

Tints of French Lilac #DDADCE

Color information

#DDADCE (or 0xDDADCE) is unknown color: approx French Lilac. HEX triplet: DD, AD and CE. RGB value is (221,173,206). Sum of RGB (Red+Green+Blue) = 221+173+206=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCE is #225231. Grayscale: #BFBFBF. Windows color (decimal): -2249266 or 13544925. OLE color: 13544925.

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

Color convert

RGB221173206-
CMYK00.220.070.13
HSL318.75º41.38%77.25%-
HSV(B)318.75º21.72%86.67%-
XYZ55.949.7265.04-
YUV191.11136.4149.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=36.83%
G=28.83%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117320600.220.070.13318.7541.3877.25
HexDDADCE0167D13f294d
Octal33525531602671547751115
Binary11011101101011011100111001011011111011001111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADCE; }

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

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

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

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

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

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

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

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