#DAA8CF

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

Shades of French Lilac #DAA8CF

Tints of French Lilac #DAA8CF

Color information

#DAA8CF (or 0xDAA8CF) is unknown color: approx French Lilac. HEX triplet: DA, A8 and CF. RGB value is (218,168,207). Sum of RGB (Red+Green+Blue) = 218+168+207=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CF is #255730. Grayscale: #BBBBBB. Windows color (decimal): -2447153 or 13609178. OLE color: 13609178.

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

Color convert

RGB218168207-
CMYK00.230.050.15
HSL313.2º40.32%75.69%-
HSV(B)313.2º22.94%85.49%-
XYZ54.1847.4265.33-
YUV187.4139.06149.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=36.76%
G=28.33%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816820700.230.050.15313.240.3275.69
HexDAA8CF0175F139284c
Octal33225031702751747150114
Binary11011010101010001100111101011110111111001110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8CF; }

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

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

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

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

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

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

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

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