#DAC2D6

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

Shades of French Lilac #DAC2D6

Tints of French Lilac #DAC2D6

Color information

#DAC2D6 (or 0xDAC2D6) is unknown color: approx French Lilac. HEX triplet: DA, C2 and D6. RGB value is (218,194,214). Sum of RGB (Red+Green+Blue) = 218+194+214=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D6 is #253D29. Grayscale: #CBCBCB. Windows color (decimal): -2440490 or 14074586. OLE color: 14074586.

HSL color Cylindrical-coordinate representation of color #DAC2D6: hue angle of 310º degrees, saturation: 0.24, 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 #DAC2D6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218194214-
CMYK00.110.020.15
HSL310º24.49%80.78%-
HSV(B)310º11.01%85.49%-
XYZ60.3458.3471.7-
YUV203.46133.95138.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=34.82%
G=30.99%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819421400.110.020.1531024.4980.78
HexDAC2D60B2F1361851
Octal33230232601321746630121
Binary11011010110000101101011001011101111100110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2D6; }

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

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

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

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

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

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

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

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