#DAA8CE

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

Shades of French Lilac #DAA8CE

Tints of French Lilac #DAA8CE

Color information

#DAA8CE (or 0xDAA8CE) is unknown color: approx French Lilac. HEX triplet: DA, A8 and CE. RGB value is (218,168,206). Sum of RGB (Red+Green+Blue) = 218+168+206=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CE is #255731. Grayscale: #BBBBBB. Windows color (decimal): -2447154 or 13543642. OLE color: 13543642.

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

Color convert

RGB218168206-
CMYK00.230.060.15
HSL314.4º40.32%75.69%-
HSV(B)314.4º22.94%85.49%-
XYZ54.0647.3764.69-
YUV187.28138.56149.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=36.82%
G=28.38%
B=34.80%

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
Decimal21816820600.230.060.15314.440.3275.69
HexDAA8CE0176F13a284c
Octal33225031602761747250114
Binary11011010101010001100111001011111011111001110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8CE; }

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

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

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

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

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

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

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

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