#DAA2CC

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

Shades of French Lilac #DAA2CC

Tints of French Lilac #DAA2CC

Color information

#DAA2CC (or 0xDAA2CC) is unknown color: approx French Lilac. HEX triplet: DA, A2 and CC. RGB value is (218,162,204). Sum of RGB (Red+Green+Blue) = 218+162+204=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2CC is #255D33. Grayscale: #B7B7B7. Windows color (decimal): -2448692 or 13411034. OLE color: 13411034.

HSL color Cylindrical-coordinate representation of color #DAA2CC: hue angle of 315º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2CC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218162204-
CMYK00.260.060.15
HSL315º43.08%74.51%-
HSV(B)315º25.69%85.49%-
XYZ52.7345.1163.05-
YUV183.53139.55152.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 162 (63.67% from 255) = 27.74%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=37.33%
G=27.74%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816220400.260.060.1531543.0874.51
HexDAA2CC01A6F13b2b4b
Octal33224231403261747353113
Binary11011010101000101100110001101011011111001110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2CC; }

 p { color: rgb(218,162,204); }

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

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

 a { background-color: rgb(218,162,204); }

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

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

 span { border-color: rgb(218,162,204); }

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