#DAA7CD

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

Shades of French Lilac #DAA7CD

Tints of French Lilac #DAA7CD

Color information

#DAA7CD (or 0xDAA7CD) is unknown color: approx French Lilac. HEX triplet: DA, A7 and CD. RGB value is (218,167,205). Sum of RGB (Red+Green+Blue) = 218+167+205=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7CD is #255832. Grayscale: #BABABA. Windows color (decimal): -2447411 or 13477850. OLE color: 13477850.

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

Color convert

RGB218167205-
CMYK00.230.060.15
HSL315.29º40.8%75.49%-
HSV(B)315.29º23.39%85.49%-
XYZ53.7546.9563.99-
YUV186.58138.4150.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=36.95%
G=28.31%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816720500.230.060.15315.2940.875.49
HexDAA7CD0176F13b294b
Octal33224731502761747351113
Binary11011010101001111100110101011111011111001110111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7CD; }

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

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

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

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

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

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

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

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