#DAAACD

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

Shades of French Lilac #DAAACD

Tints of French Lilac #DAAACD

Color information

#DAAACD (or 0xDAAACD) is unknown color: approx French Lilac. HEX triplet: DA, AA and CD. RGB value is (218,170,205). Sum of RGB (Red+Green+Blue) = 218+170+205=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAACD is #255532. Grayscale: #BCBCBC. Windows color (decimal): -2446643 or 13478618. OLE color: 13478618.

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

Color convert

RGB218170205-
CMYK00.220.060.15
HSL316.25º39.34%76.08%-
HSV(B)316.25º22.02%85.49%-
XYZ54.3148.0664.17-
YUV188.34137.4149.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=36.76%
G=28.67%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817020500.220.060.15316.2539.3476.08
HexDAAACD0166F13c274c
Octal33225231502661747447114
Binary11011010101010101100110101011011011111001111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAACD; }

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

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

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

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

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

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

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

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