#DAACD0

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

Shades of French Lilac #DAACD0

Tints of French Lilac #DAACD0

Color information

#DAACD0 (or 0xDAACD0) is unknown color: approx French Lilac. HEX triplet: DA, AC and D0. RGB value is (218,172,208). Sum of RGB (Red+Green+Blue) = 218+172+208=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD0 is #25532F. Grayscale: #BDBDBD. Windows color (decimal): -2446128 or 13675738. OLE color: 13675738.

HSL color Cylindrical-coordinate representation of color #DAACD0: hue angle of 313.04º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACD0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218172208-
CMYK00.210.050.15
HSL313.04º38.33%76.47%-
HSV(B)313.04º21.1%85.49%-
XYZ55.0548.9666.22-
YUV189.86138.24148.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=36.45%
G=28.76%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220800.210.050.15313.0438.3376.47
HexDAACD00155F139264c
Octal33225432002551747146114
Binary11011010101011001101000001010110111111001110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACD0; }

 p { color: rgb(218,172,208); }

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

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

 a { background-color: rgb(218,172,208); }

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

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

 span { border-color: rgb(218,172,208); }

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