#DAA5CE

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

Shades of French Lilac #DAA5CE

Tints of French Lilac #DAA5CE

Color information

#DAA5CE (or 0xDAA5CE) is unknown color: approx French Lilac. HEX triplet: DA, A5 and CE. RGB value is (218,165,206). Sum of RGB (Red+Green+Blue) = 218+165+206=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5CE is #255A31. Grayscale: #B9B9B9. Windows color (decimal): -2447922 or 13542874. OLE color: 13542874.

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

Color convert

RGB218165206-
CMYK00.240.060.15
HSL313.58º41.73%75.1%-
HSV(B)313.58º24.31%85.49%-
XYZ53.5146.2764.5-
YUV185.52139.56151.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 165 (64.84% from 255) = 28.01%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=37.01%
G=28.01%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816520600.240.060.15313.5841.7375.1
HexDAA5CE0186F13a2a4b
Octal33224531603061747252113
Binary11011010101001011100111001100011011111001110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5CE; }

 p { color: rgb(218,165,206); }

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

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

 a { background-color: rgb(218,165,206); }

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

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

 span { border-color: rgb(218,165,206); }

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