#DDAED3

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

Shades of French Lilac #DDAED3

Tints of French Lilac #DDAED3

Color information

#DDAED3 (or 0xDDAED3) is unknown color: approx French Lilac. HEX triplet: DD, AE and D3. RGB value is (221,174,211). Sum of RGB (Red+Green+Blue) = 221+174+211=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED3 is #22512C. Grayscale: #C0C0C0. Windows color (decimal): -2249005 or 13872861. OLE color: 13872861.

HSL color Cylindrical-coordinate representation of color #DDAED3: hue angle of 312.77º 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 #DDAED3 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221174211-
CMYK00.210.050.13
HSL312.77º40.87%77.45%-
HSV(B)312.77º21.27%86.67%-
XYZ56.7150.3568.36-
YUV192.27138.57148.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 211 (82.81% from 255) = 34.82%
R=36.47%
G=28.71%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117421100.210.050.13312.7740.8777.45
HexDDAED30155D139294d
Octal33525632302551547151115
Binary11011101101011101101001101010110111011001110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAED3; }

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

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

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

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

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

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

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

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