#DDAED8

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

Shades of French Lilac #DDAED8

Tints of French Lilac #DDAED8

Color information

#DDAED8 (or 0xDDAED8) is unknown color: approx French Lilac. HEX triplet: DD, AE and D8. RGB value is (221,174,216). Sum of RGB (Red+Green+Blue) = 221+174+216=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED8 is #225127. Grayscale: #C0C0C0. Windows color (decimal): -2249000 or 14200541. OLE color: 14200541.

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

Color convert

RGB221174216-
CMYK00.210.020.13
HSL306.38º40.87%77.45%-
HSV(B)306.38º21.27%86.67%-
XYZ57.3550.671.71-
YUV192.84141.07148.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=36.17%
G=28.48%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117421600.210.020.13306.3840.8777.45
HexDDAED80152D132294d
Octal33525633002521546251115
Binary1101110110101110110110000101011011011001100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAED8; }

 p { color: rgb(221,174,216); }

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

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

 a { background-color: rgb(221,174,216); }

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

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

 span { border-color: rgb(221,174,216); }

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