#DAC1D3

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

Shades of French Lilac #DAC1D3

Tints of French Lilac #DAC1D3

Color information

#DAC1D3 (or 0xDAC1D3) is unknown color: approx French Lilac. HEX triplet: DA, C1 and D3. RGB value is (218,193,211). Sum of RGB (Red+Green+Blue) = 218+193+211=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D3 is #253E2C. Grayscale: #CACACA. Windows color (decimal): -2440749 or 13877722. OLE color: 13877722.

HSL color Cylindrical-coordinate representation of color #DAC1D3: hue angle of 316.8º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1D3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218193211-
CMYK00.110.030.15
HSL316.8º25.25%80.59%-
HSV(B)316.8º11.47%85.49%-
XYZ59.7457.7569.63-
YUV202.53132.78139.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 211 (82.81% from 255) = 33.92%
R=35.05%
G=31.03%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819321100.110.030.15316.825.2580.59
HexDAC1D30B3F13d1951
Octal33230132301331747531121
Binary11011010110000011101001101011111111100111101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1D3; }

 p { color: rgb(218,193,211); }

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

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

 a { background-color: rgb(218,193,211); }

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

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

 span { border-color: rgb(218,193,211); }

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