#DAA3CC

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

Shades of French Lilac #DAA3CC

Tints of French Lilac #DAA3CC

Color information

#DAA3CC (or 0xDAA3CC) is unknown color: approx French Lilac. HEX triplet: DA, A3 and CC. RGB value is (218,163,204). Sum of RGB (Red+Green+Blue) = 218+163+204=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3CC is #255C33. Grayscale: #B8B8B8. Windows color (decimal): -2448436 or 13411290. OLE color: 13411290.

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

Color convert

RGB218163204-
CMYK00.250.060.15
HSL315.27º42.64%74.71%-
HSV(B)315.27º25.23%85.49%-
XYZ52.9145.4663.11-
YUV184.12139.22152.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=37.26%
G=27.86%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816320400.250.060.15315.2742.6474.71
HexDAA3CC0196F13b2b4b
Octal33224331403161747353113
Binary11011010101000111100110001100111011111001110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3CC; }

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

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

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

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

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

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

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

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