#DAA4CC

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

Shades of French Lilac #DAA4CC

Tints of French Lilac #DAA4CC

Color information

#DAA4CC (or 0xDAA4CC) is unknown color: approx French Lilac. HEX triplet: DA, A4 and CC. RGB value is (218,164,204). Sum of RGB (Red+Green+Blue) = 218+164+204=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CC is #255B33. Grayscale: #B8B8B8. Windows color (decimal): -2448180 or 13411546. OLE color: 13411546.

HSL color Cylindrical-coordinate representation of color #DAA4CC: hue angle of 315.56º degrees, saturation: 0.42, 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 #DAA4CC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218164204-
CMYK00.250.060.15
HSL315.56º42.19%74.9%-
HSV(B)315.56º24.77%85.49%-
XYZ53.0945.8263.17-
YUV184.71138.89151.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=37.20%
G=27.99%
B=34.81%

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
Decimal21816420400.250.060.15315.5642.1974.9
HexDAA4CC0196F13c2a4b
Octal33224431403161747452113
Binary11011010101001001100110001100111011111001111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4CC; }

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

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

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

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

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

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

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

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