#DDAEDC

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

Shades of French Lilac #DDAEDC

Tints of French Lilac #DDAEDC

Color information

#DDAEDC (or 0xDDAEDC) is unknown color: approx French Lilac. HEX triplet: DD, AE and DC. RGB value is (221,174,220). Sum of RGB (Red+Green+Blue) = 221+174+220=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDC is #225123. Grayscale: #C1C1C1. Windows color (decimal): -2248996 or 14462685. OLE color: 14462685.

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

Color convert

RGB221174220-
CMYK00.210.000.13
HSL301.28º40.87%77.45%-
HSV(B)301.28º21.27%86.67%-
XYZ57.8750.8174.47-
YUV193.3143.07147.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=35.93%
G=28.29%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117422000.210.000.13301.2840.8777.45
HexDDAEDC0150D12d294d
Octal33525633402501545551115
Binary110111011010111011011100010101011011001011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEDC; }

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

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

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

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

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

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

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

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