#DDAECF

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

Shades of French Lilac #DDAECF

Tints of French Lilac #DDAECF

Color information

#DDAECF (or 0xDDAECF) is unknown color: approx French Lilac. HEX triplet: DD, AE and CF. RGB value is (221,174,207). Sum of RGB (Red+Green+Blue) = 221+174+207=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAECF is #225130. Grayscale: #BFBFBF. Windows color (decimal): -2249009 or 13610717. OLE color: 13610717.

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

Color convert

RGB221174207-
CMYK00.210.060.13
HSL317.87º40.87%77.45%-
HSV(B)317.87º21.27%86.67%-
XYZ56.2250.1565.75-
YUV191.82136.57148.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=36.71%
G=28.90%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117420700.210.060.13317.8740.8777.45
HexDDAECF0156D13e294d
Octal33525631702561547651115
Binary11011101101011101100111101010111011011001111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAECF; }

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

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

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

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

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

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

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

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