#DAC0D5

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

Shades of French Lilac #DAC0D5

Tints of French Lilac #DAC0D5

Color information

#DAC0D5 (or 0xDAC0D5) is unknown color: approx French Lilac. HEX triplet: DA, C0 and D5. RGB value is (218,192,213). Sum of RGB (Red+Green+Blue) = 218+192+213=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D5 is #253F2A. Grayscale: #CACACA. Windows color (decimal): -2441003 or 14008538. OLE color: 14008538.

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

Color convert

RGB218192213-
CMYK00.120.020.15
HSL311.54º26%80.39%-
HSV(B)311.54º11.93%85.49%-
XYZ59.7757.4170.88-
YUV202.17134.11139.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=34.99%
G=30.82%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819221300.120.020.15311.542680.39
HexDAC0D50C2F1381a50
Octal33230032501421747032120
Binary11011010110000001101010101100101111100111000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0D5; }

 p { color: rgb(218,192,213); }

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

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

 a { background-color: rgb(218,192,213); }

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

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

 span { border-color: rgb(218,192,213); }

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