#DAA8CD

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

Shades of French Lilac #DAA8CD

Tints of French Lilac #DAA8CD

Color information

#DAA8CD (or 0xDAA8CD) is unknown color: approx French Lilac. HEX triplet: DA, A8 and CD. RGB value is (218,168,205). Sum of RGB (Red+Green+Blue) = 218+168+205=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CD is #255732. Grayscale: #BBBBBB. Windows color (decimal): -2447155 or 13478106. OLE color: 13478106.

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

Color convert

RGB218168205-
CMYK00.230.060.15
HSL315.6º40.32%75.69%-
HSV(B)315.6º22.94%85.49%-
XYZ53.9447.3264.05-
YUV187.17138.06149.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=36.89%
G=28.43%
B=34.69%

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
Decimal21816820500.230.060.15315.640.3275.69
HexDAA8CD0176F13c284c
Octal33225031502761747450114
Binary11011010101010001100110101011111011111001111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8CD; }

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

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

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

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

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

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

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

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