#DAA7D2

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

Shades of French Lilac #DAA7D2

Tints of French Lilac #DAA7D2

Color information

#DAA7D2 (or 0xDAA7D2) is unknown color: approx French Lilac. HEX triplet: DA, A7 and D2. RGB value is (218,167,210). Sum of RGB (Red+Green+Blue) = 218+167+210=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7D2 is #25582D. Grayscale: #BBBBBB. Windows color (decimal): -2447406 or 13805530. OLE color: 13805530.

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

Color convert

RGB218167210-
CMYK00.230.040.15
HSL309.41º40.8%75.49%-
HSV(B)309.41º23.39%85.49%-
XYZ54.3747.267.22-
YUV187.15140.9150-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=36.64%
G=28.07%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816721000.230.040.15309.4140.875.49
HexDAA7D20174F135294b
Octal33224732202741746551113
Binary11011010101001111101001001011110011111001101011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7D2; }

 p { color: rgb(218,167,210); }

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

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

 a { background-color: rgb(218,167,210); }

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

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

 span { border-color: rgb(218,167,210); }

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