#DDAEDA

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

Shades of French Lilac #DDAEDA

Tints of French Lilac #DDAEDA

Color information

#DDAEDA (or 0xDDAEDA) is unknown color: approx French Lilac. HEX triplet: DD, AE and DA. RGB value is (221,174,218). Sum of RGB (Red+Green+Blue) = 221+174+218=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDA is #225125. Grayscale: #C0C0C0. Windows color (decimal): -2248998 or 14331613. OLE color: 14331613.

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

Color convert

RGB221174218-
CMYK00.210.010.13
HSL303.83º40.87%77.45%-
HSV(B)303.83º21.27%86.67%-
XYZ57.6150.7173.08-
YUV193.07142.07147.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=36.05%
G=28.38%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117421800.210.010.13303.8340.8777.45
HexDDAEDA0151D130294d
Octal33525633202511546051115
Binary110111011010111011011010010101111011001100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEDA; }

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

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

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

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

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

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

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

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