#DAAECF

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

Shades of French Lilac #DAAECF

Tints of French Lilac #DAAECF

Color information

#DAAECF (or 0xDAAECF) is unknown color: approx French Lilac. HEX triplet: DA, AE and CF. RGB value is (218,174,207). Sum of RGB (Red+Green+Blue) = 218+174+207=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECF is #255130. Grayscale: #BEBEBE. Windows color (decimal): -2445617 or 13610714. OLE color: 13610714.

HSL color Cylindrical-coordinate representation of color #DAAECF: hue angle of 315º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAECF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218174207-
CMYK00.200.050.15
HSL315º37.29%76.86%-
HSV(B)315º20.18%85.49%-
XYZ55.3149.6865.71-
YUV190.92137.08147.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=36.39%
G=29.05%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817420700.200.050.1531537.2976.86
HexDAAECF0145F13b254d
Octal33225631702451747345115
Binary11011010101011101100111101010010111111001110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAECF; }

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

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

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

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

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

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

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

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