#DAC6D6

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

Shades of French Lilac #DAC6D6

Tints of French Lilac #DAC6D6

Color information

#DAC6D6 (or 0xDAC6D6) is unknown color: approx French Lilac. HEX triplet: DA, C6 and D6. RGB value is (218,198,214). Sum of RGB (Red+Green+Blue) = 218+198+214=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6D6 is #253929. Grayscale: #CDCDCD. Windows color (decimal): -2439466 or 14075610. OLE color: 14075610.

HSL color Cylindrical-coordinate representation of color #DAC6D6: hue angle of 312º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6D6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218198214-
CMYK00.090.020.15
HSL312º21.28%81.57%-
HSV(B)312º9.17%85.49%-
XYZ61.2560.1572-
YUV205.8132.63136.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 198 (77.73% from 255) = 31.43%
BLUE value IS 214 (83.98% from 255) = 33.97%
R=34.60%
G=31.43%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819821400.090.020.1531221.2881.57
HexDAC6D6092F1381552
Octal33230632601121747025122
Binary11011010110001101101011001001101111100111000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6D6; }

 p { color: rgb(218,198,214); }

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

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

 a { background-color: rgb(218,198,214); }

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

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

 span { border-color: rgb(218,198,214); }

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