#DDAED2

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

Shades of French Lilac #DDAED2

Tints of French Lilac #DDAED2

Color information

#DDAED2 (or 0xDDAED2) is unknown color: approx French Lilac. HEX triplet: DD, AE and D2. RGB value is (221,174,210). Sum of RGB (Red+Green+Blue) = 221+174+210=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED2 is #22512D. Grayscale: #C0C0C0. Windows color (decimal): -2249006 or 13807325. OLE color: 13807325.

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

Color convert

RGB221174210-
CMYK00.210.050.13
HSL314.04º40.87%77.45%-
HSV(B)314.04º21.27%86.67%-
XYZ56.5950.367.7-
YUV192.16138.07148.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=36.53%
G=28.76%
B=34.71%

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
Decimal22117421000.210.050.13314.0440.8777.45
HexDDAED20155D13a294d
Octal33525632202551547251115
Binary11011101101011101101001001010110111011001110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAED2; }

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

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

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

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

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

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

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

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