#DCAECF

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

Shades of French Lilac #DCAECF

Tints of French Lilac #DCAECF

Color information

#DCAECF (or 0xDCAECF) is unknown color: approx French Lilac. HEX triplet: DC, AE and CF. RGB value is (220,174,207). Sum of RGB (Red+Green+Blue) = 220+174+207=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAECF is #235130. Grayscale: #BFBFBF. Windows color (decimal): -2314545 or 13610716. OLE color: 13610716.

HSL color Cylindrical-coordinate representation of color #DCAECF: hue angle of 316.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAECF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220174207-
CMYK00.210.060.14
HSL316.96º39.66%77.25%-
HSV(B)316.96º20.91%86.27%-
XYZ55.9149.9965.73-
YUV191.52136.74148.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=36.61%
G=28.95%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017420700.210.060.14316.9639.6677.25
HexDCAECF0156E13d284d
Octal33425631702561647550115
Binary11011100101011101100111101010111011101001111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAECF; }

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

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

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

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

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

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

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

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